Skip Menu |

This queue is for tickets about the Fierce-Parser CPAN distribution.

Report information
The Basics
Id: 125202
Status: new
Priority: 0/
Queue: Fierce-Parser

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

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



Subject: '.' is no longer in @INC
A number of tests fail because of the dot-in-@INC removal: ... Base class package "t::Test" is not empty but "t/Test.pm" exists in the current directory. To help avoid security issues, base.pm now refuses to load optional modules from the current working directory when it is the last entry in @INC. If your software worked on previous versions of Perl, the best solution is to use FindBin to detect the path properly and to add that path to @INC. As a last resort, you can re-enable looking in the current working directory by adding "use lib '.'" to your code. at t/Test/BruteForce.pm line 5. BEGIN failed--compilation aborted at t/Test/BruteForce.pm line 5. Compilation failed in require at t/bf.t line 3. BEGIN failed--compilation aborted at t/bf.t line 3. t/bf.t ............ Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ... (etc) ...