Skip Menu |

This queue is for tickets about the Locale-TextDomain-OO-Extract-Xslate CPAN distribution.

Report information
The Basics
Id: 127935
Status: resolved
Priority: 0/
Queue: Locale-TextDomain-OO-Extract-Xslate

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

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



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 ...
It works for me with Perl 5.26.2 (removing "." from @INC happened in 5.26.0), so I think the cause for the problem was a missing dependency specification (cf. RT#127934) which was fixed in v0.04. Please reopen if the problem occurs with v0.04 also.