Subject: | '.' is no longer in @INC (0.03) |
On some systems (with newer perls) the test suite fails, possibly because @INC does not contain "." anymore:
...
# Failed test 'use Locale::TextDomain::OO::Extract::Xslate;'
# at t/00-load.t line 8.
# Tried to use 'Locale::TextDomain::OO::Extract::Xslate'.
# Error: Can't locate Locale/TextDomain/OO/Extract/Role/File.pm in @INC (you may need to install the Locale::TextDomain::OO::Extract::Role::File module) (@INC contains: /home/cpansand/.cpan/build/2018120520/Locale-TextDomain-OO-Extract-Xslate-0.03-0/blib/lib /home/cpansand/.cpan/build/2018120520/Locale-TextDomain-OO-Extract-Xslate-0.03-0/blib/arch /usr/perl5.28.0-RC2p/lib/site_perl/5.28.0/amd64-freebsd /usr/perl5.28.0-RC2p/lib/site_perl/5.28.0 /usr/perl5.28.0-RC2p/lib/5.28.0/amd64-freebsd /usr/perl5.28.0-RC2p/lib/5.28.0) at /usr/perl5.28.0-RC2p/lib/site_perl/5.28.0/Module/Runtime.pm line 314.
# at /home/cpansand/.cpan/build/2018120520/Locale-TextDomain-OO-Extract-Xslate-0.03-0/blib/lib/Locale/TextDomain/OO/Extract/Xslate.pm line 13.
# Compilation failed in require at t/00-load.t line 8.
# BEGIN failed--compilation aborted at t/00-load.t line 8.
# Testing Locale::TextDomain::OO::Extract::Xslate 0.03, Perl 5.028000, /usr/perl5.28.0-RC2p/bin/perl5.28.0
# Looks like you failed 1 test of 1.
Bailout called. Further testing stopped:
FAILED--Further testing stopped.
*** Error code 1
...