Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Sub-Uplevel CPAN distribution.

Report information
The Basics
Id: 18080
Status: resolved
Priority: 0/
Queue: Sub-Uplevel

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: 0.10



Subject: hundreds of "use of uninitialized value" when testing
I get hunndreded of warnings when testing my modules. I heven't digged in at all and just got it to stop complaining. at line 123, changed if($caller[0] eq __PACKAGE__ ) { with if(defined $caller[0] && $caller[0] eq __PACKAGE__ ) {
Fixed in version 0.10