Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the XXX CPAN distribution.

Report information
The Basics
Id: 31763
Status: new
Priority: 0/
Queue: XXX

People
Owner: Nobody in particular
Requestors: tokuhirom [...] gmail.com
Cc:
AdminCc:

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



Subject: broken at perl5.10
The "warnings" pragma doesn’t load "Carp" anymore, at 5.10. --- lib/XXX.pm.org 2007-12-20 07:46:41.000000000 -0800 +++ lib/XXX.pm 2007-12-20 07:46:53.000000000 -0800 @@ -3,6 +3,7 @@ use strict; use warnings; use base 'Exporter'; +use Carp; our $VERSION = '0.10'; our @EXPORT = qw( WWW XXX YYY ZZZ );