Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread David Golden
On Thu, Jun 5, 2008 at 11:51 AM, Andy Armstrong <[EMAIL PROTECTED]> wrote: > All OK and in each case foo.out contains sane stuff. Bugger. (Can I say that on a public list?) Sounds like it might be in a generated wrapper script. I'll take further diagnosis off list. I don't suppose you can give

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread Andy Armstrong
On 5 Jun 2008, at 16:37, David Golden wrote: On Thu, Jun 5, 2008 at 11:14 AM, Andy Armstrong <[EMAIL PROTECTED]> wrote: So Makefile.PL doesn't see the input at all - I guess it's not connected to STDIN for some reason. WTF?!? :) OK. Try these: $ perl Makefile.PL | tee foo.out $ perl

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread David Golden
On Thu, Jun 5, 2008 at 11:14 AM, Andy Armstrong <[EMAIL PROTECTED]> wrote: > So Makefile.PL doesn't see the input at all - I guess it's not connected to > STDIN for some reason. WTF?!? OK. Try these: $ perl Makefile.PL | tee foo.out $ perl Makefile.PL | ptee foo.out $ perl Makefile.PL 2>&1 |

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread Andy Armstrong
On 5 Jun 2008, at 16:07, David Golden wrote: $ perl -MCPAN::Reporter -e 'CPAN::Reporter::record_command("$^X Makefile.PL", 60)' And I get the same result with /usr/bin/perl (which is Apple's standard 5.8.8 release) -- Andy Armstrong, Hexten

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread Andy Armstrong
On 5 Jun 2008, at 16:07, David Golden wrote: I'd like to see if I can isolate that behavior separate from CPAN.pm. Could you please try running the Makefile.PL manually through CPAN::Reporter::record_command()? $ perl -MCPAN::Reporter -e 'CPAN::Reporter::record_command("$^X Makefile.PL")' [

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread David Golden
On Thu, Jun 5, 2008 at 10:17 AM, Andy Armstrong <[EMAIL PROTECTED]> wrote: > Configure CPAN::Reporter, attempt to install Perl::Version and it hangs. I'm > not sure what I'm doing differently from you but it's completely > reproducible for me - it hangs reliably any time an installer attempts > int

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread David Cantrell
On Thu, Jun 05, 2008 at 03:17:13PM +0100, Andy Armstrong wrote: > OK, fresh 5.10 built from source on Mac OS 10.5.3. Installed below / > alt/local and on the path. > > Without upgrading anything else I installed CPAN::Reporter and it's > deps. Mac::Carbon had a test failure which I ignored. Th

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread Andy Armstrong
On 5 Jun 2008, at 13:11, David Golden wrote: What EU::MM do you have? And do you have EU::MM::Coverage (which that Makefile.PL evals) -- I don't. OK, fresh 5.10 built from source on Mac OS 10.5.3. Installed below / alt/local and on the path. Without upgrading anything else I installed CPAN

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread Andy Armstrong
On 5 Jun 2008, at 13:11, David Golden wrote: Works for me. What EU::MM do you have? And do you have EU::MM::Coverage (which that Makefile.PL evals) -- I don't. EU::MM 6.44 EU::MM::Coverage not installed. I've just tried it on a Mac which I've just upgraded to 5.10. Here's the full manife

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread David Golden
On Thu, Jun 5, 2008 at 8:02 AM, Andy Armstrong <[EMAIL PROTECTED]> wrote: > CPAN.pm: Going to build H/HD/HDP/Perl-Version-1.007.tar.gz > > CPAN: CPAN::Reporter loaded ok (v1.13) > Install perl-reversion script? [N] y > > <<< hangs here >>> > > That's just the first module that asks a question that

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread Andy Armstrong
On 5 Jun 2008, at 12:44, David Golden wrote: 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

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread David Golden
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 > h

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread Andy Armstrong
On 5 Jun 2008, at 11:29, David Golden wrote: Thanks. It looks like a fairly subtle bug from an interaction with Test::Harness. CPAN::Reporter sets PERL5OPT by appending " -MDevel::Autoflush". Test::Harness then adds that to the @switches array it passes to the command line. If there is no pri

Re: CPAN::Reporter 1.15_52 misbehaving?

2008-06-05 Thread David Golden
Thanks. It looks like a fairly subtle bug from an interaction with Test::Harness. CPAN::Reporter sets PERL5OPT by appending " -MDevel::Autoflush". Test::Harness then adds that to the @switches array it passes to the command line. If there is no prior PERL5OPT, the leading space causes perl to i