Skip Menu |

This queue is for tickets about the CGI-MakeItStatic CPAN distribution.

Report information
The Basics
Id: 121137
Status: new
Priority: 0/
Queue: CGI-MakeItStatic

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: (no value)



Subject: System perl used in tests
On some of my smokers the test suite fails: ... PERL_DL_NONLAZY=1 "/opt/perl-5.25.11t/bin/perl5.25.11" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't locate IO/Scalar.pm in @INC (@INC contains: blib/lib /home/cpansand/.cpan/build/2017041509/CGI-MakeItStatic-0.03-1/blib/lib /home/cpansand/.cpan/build/2017041509/CGI-MakeItStatic-0.03-1/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at blib/lib/CGI/MakeItStatic.pm line 5. BEGIN failed--compilation aborted at blib/lib/CGI/MakeItStatic.pm line 5. Compilation failed in require at t/test.pl line 3. BEGIN failed--compilation aborted at t/test.pl line 3. ... The @INC path indicates that the system perl (/usr/bin/perl) is used here, not the perl used for building & testing the distribution. Also it seems that IO::Scalar is not listed in PREREQ_PM.