Subject: | Tests run with system perl |
See http://matrix.cpantesters.org/?dist=App-Pipeline-Simple%200.9.1 for a pass/fail overview. Seeing errors like
# Testing spipe from command line
# Failed test 'die without config'
# at t/02-cmdline.t line 15.
Can't locate Log/Log4perl.pm in @INC (you may need to install the Log::Log4perl module) (@INC contains: /home/cpansand/.cpan/build/App-Pipeline-Simple-0.9.1-xhWGWk/blib/lib /home/cpansand/.cpan/build/App-Pipeline-Simple-0.9.1-xhWGWk/blib/arch /usr/local/lib/perl5/site_perl/mach/5.18 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.18/mach /usr/local/lib/perl5/5.18 /usr/local/lib/perl5/site_perl/5.18 /usr/local/lib/perl5/site_perl/5.18/mach .) at /home/cpansand/.cpan/build/App-Pipeline-Simple-0.9.1-xhWGWk/blib/lib/App/Pipeline/Simple.pm line 18.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/App-Pipeline-Simple-0.9.1-xhWGWk/blib/lib/App/Pipeline/Simple.pm line 18.
Compilation failed in require at /home/cpansand/.cpan/build/App-Pipeline-Simple-0.9.1-xhWGWk/t/../bin/spipe line 3.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/App-Pipeline-Simple-0.9.1-xhWGWk/t/../bin/spipe line 3.
it looks like the test suite is using the system perl (hardcoded /usr/bin/perl or perl from user's PATH) instead of $^X.