On Thu, Jun 5, 2008 at 7:23 AM, Andy Armstrong <[EMAIL PROTECTED]> wrote: > For me CPAN::Reporter seems broken at the moment for any module whose > installer asks questions. The prompt is printed, I enter my answer and then > it hangs. That's reproducible for me across a number of systems but I > haven't had time to characterise it properly. > > Is that something you know about or is it just me?
That's a new one to me. Can you give me examples of modules? Because CPAN::Reporter captures output by piping to tee, I could imagine that some modules might do odd things if they are looking for a terminal on STDOUT. The latest CPAN::Reporters use Devel::Autoflush to solve a different problem -- apparent lack of prompting in PL files which don't set autoflush before prompting without a newline. It looks like it just hangs. David