Subject: | Test fails on Perl without "." in @INC |
On some systems the test suite fails like this:
...
Can't locate MyHandler.pm in @INC (you may need to install the MyHandler module) (@INC contains: ../blib/lib ../blib/arch /home/cpansand/.cpan/build/2017082621/RDF-Notation3-0.91-MAQZSv/blib/lib /home/cpansand/.cpan/build/2017082621/RDF-Notation3-0.91-MAQZSv/blib/arch /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at sax.pl line 8.
BEGIN failed--compilation aborted at sax.pl line 8.
# Test 8 got: <UNDEF> (t/02triples.t at line 60)
# Expected: "17"
# t/02triples.t line 60 is: ok($rc, 17)
t/02triples.t ..
Failed 1/11 subtests
...
I think this is due to the removal of "." from @INC in newer perls.