Skip Menu |

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

Report information
The Basics
Id: 125200
Status: new
Priority: 0/
Queue: Burpsuite-Parser

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

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



Subject: '.' is no longer in @INC
t/parser.t fails with newer perls. Here's the test log with self-explanatory diagnostics: ... 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/Parser.pm line 5. BEGIN failed--compilation aborted at t/Test/Parser.pm line 5. Compilation failed in require at t/parser.t line 2. BEGIN failed--compilation aborted at t/parser.t line 2. t/parser.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ...