Re: ship it
[email protected] ((Andreas J. Koenig))
| Newsgroups | perl.module.build |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Tue, 15 Jul 2008 22:10:20 -0500, "Ken Williams" <[email protected]> said: > On Tue, Jul 15, 2008 at 10:07 PM, Ken Williams <[email protected]> wrote: >> On Tue, Jul 15, 2008 at 2:11 AM, Andreas J. Koenig >> <[email protected]> wrote: >>> Take for example >>> report http://www.nntp.perl.org/group/perl.cpan.testers/1875271. >> >> How horribly bizarre. We don't even use Devel::Autoflush anywhere. >> Maybe it's some Test:: module barfing? > Actually, suspiciously, CPAN::Reporter seems to be what uses > Devel::Autoflush. Is this part of the problem? Yes, but usually this problem only occurs if the tested module calls a wrong perl. My first perl in the $PAT|H does not have Devel::Autoflush installed but the perls I'm testing usually have it installed. The @INC path in the report contains '.../etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5...' which clearly is the system perl (the first in the $PATH). What I do not understand yet is who calls this wrong perl and how it happens. -- andreas