Skip Menu |

This queue is for tickets about the CGI-Capture CPAN distribution.

Report information
The Basics
Id: 127462
Status: new
Priority: 0/
Queue: CGI-Capture

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

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



Subject: Undeclared dependency CGI
See subject. Without CGI.pm (which is not anymore installed for newer perls) the test suite fails: ... Can't locate CGI.pm in @INC (you may need to install the CGI module) (@INC contains: ... .) at t/04_partial.t line 12. BEGIN failed--compilation aborted at t/04_partial.t line 12. # Looks like your test exited with 2 before it could output anything. t/04_partial.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 3/3 subtests ...