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
$