Re: ExtUtils::Install dependency

2009-02-09 Thread demerphq
2009/2/9 Michael G Schwern schw...@pobox.com: Michael G Schwern wrote: Eric Wilhelm wrote: # from David Golden # on Sunday 08 February 2009 08:21: I strongly encourage Module::Build to require/use the latest EUI. If there are any backcompat problems that arise from doing so please let me

Re: ExtUtils::Install dependency

2009-02-09 Thread Michael G Schwern
demerphq wrote: I tracked down the problem inside ExtUtils::Install and fixed it. It was a tiny mistake. https://rt.cpan.org/Ticket/Display.html?id=41646 Great, thanks. Have you uploaded the fix already or are you waiting on me? No, I'd only do that if it were an emergency and I couldn't

Re: ExtUtils::Install dependency

2009-02-09 Thread Michael G Schwern
demerphq wrote: 2009/2/9 Michael G Schwern schw...@pobox.com: demerphq wrote: I tracked down the problem inside ExtUtils::Install and fixed it. It was a tiny mistake. https://rt.cpan.org/Ticket/Display.html?id=41646 Great, thanks. Have you uploaded the fix already or are you waiting on me?

What is the exact meaning of the no_index entries?

2009-02-09 Thread Adam Kennedy
Hi gang Can someone in the know please clarify for me EXACTLY what the file and directory entries in no_index mean? Are they always considered to be multi-part root-relative unix-normalised paths? (i.e. foo/bar ) Or could they be seen as referring to other things? I want to write up a

Problems with CPANPLUS::Dist::Build 0.06 alphas (and Module::Build 0.31_03)

2009-02-09 Thread David Golden
It looks like the attempts to improve CPANPLUS::Dist::Build to interact with Module::Build via subprocesses and to capture test output has inadvertently changed PERL5LIB in a way that creates Module-Build test failures. See some of the many red and orange blocks at

Re: Problems with CPANPLUS::Dist::Build 0.06 alphas (and Module::Build 0.31_03)

2009-02-09 Thread Eric Wilhelm
# from David Golden # on Monday 09 February 2009 20:06:  See some of the many red and orange blocks at http://bbbike.radzeit.de/~slaven/cpantestersmatrix.cgi?dist=Module-Build+0.31_03 for examples. PERL5LIB=t/lib:t/bundled:lib::.../Module-Build-0.31_03/blib/lib:... CPANPLUS

Re: What is the exact meaning of the no_index entries?

2009-02-09 Thread Andreas J. Koenig
On Tue, 10 Feb 2009 12:19:06 +1100, Adam Kennedy adamkennedybac...@gmail.com said: Hi gang Can someone in the know please clarify for me EXACTLY what the file and directory entries in no_index mean? Are they always considered to be multi-part root-relative unix-normalised

Re: Problems with CPANPLUS::Dist::Build 0.06 alphas (and Module::Build 0.31_03)

2009-02-09 Thread Eric Wilhelm
# from Eric Wilhelm # on Monday 09 February 2009 22:05: # from David Golden # on Monday 09 February 2009 20:06:  See some of the many red and orange blocks at http://bbbike.radzeit.de/~slaven/cpantestersmatrix.cgi?dist=Module-Bu ild+0.31_03 for examples.

Re: Problems with CPANPLUS::Dist::Build 0.06 alphas (and Module::Build 0.31_03)

2009-02-09 Thread Eric Wilhelm
# from Eric Wilhelm # on Monday 09 February 2009 23:38:  It will also cause Use of uninitialized value in join or string at .../TAP/Parser/Source/Perl.pm line 135 warnings. Actually, those come from my locally patched TAP::Harness, which is currently broken wrt PERL5LIB in trunk since 1244.