Skip Menu |

This queue is for tickets about the UNIVERSAL-isa CPAN distribution.

Report information
The Basics
Id: 19671
Status: resolved
Priority: 0/
Queue: UNIVERSAL-isa

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

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



Subject: t/bug.t failed to pass without CGI installed
The code quoted below will make the test plan broken if I didn't install CGI first. =quote eval { require CGI }; unless ($@) { isa_ok(CGI->new(''), "CGI"); } =end The test will give out: # Looks like you planned 8 tests but only ran 7. The information seems meaningless. Nobody can get what happened without taking a look at the source code.
That's an odd installation of Perl, but I modified the test to be less picky for 1.02. Thanks for reporting!