Skip Menu |

This queue is for tickets about the Regexp-Copy CPAN distribution.

Report information
The Basics
Id: 52833
Status: new
Priority: 0/
Queue: Regexp-Copy

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

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



Subject: Problem when "use Regexp::Copy" before/without "use Storable"
$ perl -MRegexp::Copy -e1 String found where operator expected at /usr/local/lib/perl/5.10.0/ Regexp/Copy.pm line 25, near "Carp::croak "parameters to re_copy must be blessed and isa(Regexp)"" (Do you need to predeclare Carp::croak?) syntax error at /usr/local/lib/perl/5.10.0/Regexp/Copy.pm line 25, near "Carp::croak "parameters to re_copy must be blessed and isa(Regexp)"" Compilation failed in require. BEGIN failed--compilation aborted. $ perl -MCarp -MRegexp::Copy -e1 $ $ perl -MStorable -MRegexp::Copy -e1 $