tokuhirom / Minilla

Authorizing tool for CPAN modules
https://metacpan.org/release/Minilla
Other
97 stars 65 forks source link

. removed from @INC #220

Closed eserte closed 7 years ago

eserte commented 7 years ago

Tests fail with perl 5.26 (when running outside a cpan installer):

$ ./Build test
...
t/03_step.t .................................. Can't locate t/Util.pm in @INC (you may need to install the t::Util module) (@INC contains: /home/cpansand/.cpan/build/2017051309/Minilla-v3.0.10-0/blib/arch /home/cpansand/.cpan/build/2017051309/Minilla-v3.0.10-0/blib/lib /opt/perl-5.26.0-RC1/lib/site_perl/5.26.0/x86_64-linux /opt/perl-5.26.0-RC1/lib/site_perl/5.26.0 /opt/perl-5.26.0-RC1/lib/5.26.0/x86_64-linux /opt/perl-5.26.0-RC1/lib/5.26.0) at t/03_step.t line 6.
BEGIN failed--compilation aborted at t/03_step.t line 6.
t/03_step.t .................................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/05_metadata.t .............................. Can't locate t/Util.pm in @INC (you may need to install the t::Util module) (@INC contains: /home/cpansand/.cpan/build/2017051309/Minilla-v3.0.10-0/blib/arch /home/cpansand/.cpan/build/2017051309/Minilla-v3.0.10-0/blib/lib /opt/perl-5.26.0-RC1/lib/site_perl/5.26.0/x86_64-linux /opt/perl-5.26.0-RC1/lib/site_perl/5.26.0 /opt/perl-5.26.0-RC1/lib/5.26.0/x86_64-linux /opt/perl-5.26.0-RC1/lib/5.26.0) at t/05_metadata.t line 5.
BEGIN failed--compilation aborted at t/05_metadata.t line 5.
t/05_metadata.t .............................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
...