Skip Menu |

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

Report information
The Basics
Id: 125203
Status: new
Priority: 0/
Queue: Nikto-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
Another problem with '.' not available anymore in @INC in newer perls: ... 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/Host.pm line 5. BEGIN failed--compilation aborted at t/Test/Host.pm line 5. Compilation failed in require at t/host.t line 3. BEGIN failed--compilation aborted at t/host.t line 3. t/host.t ......... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run (etc) ...