Change 33992 by [EMAIL PROTECTED] on 2008/06/03 07:58:06
Small typo fix in Carp.pm
Affected files ...
... //depot/perl/lib/Carp.pm#39 edit
Differences ...
==== //depot/perl/lib/Carp.pm#39 (text) ====
Index: perl/lib/Carp.pm
--- perl/lib/Carp.pm#38~31858~ 2007-09-12 16:11:45.000000000 -0700
+++ perl/lib/Carp.pm 2008-06-03 00:58:06.000000000 -0700
@@ -143,7 +143,7 @@
perl -MCarp=verbose script.pl
-or by including the string C<MCarp=verbose> in the PERL5OPT
+or by including the string C<-MCarp=verbose> in the PERL5OPT
environment variable.
Alternately, you can set the global variable C<$Carp::Verbose> to true.
End of Patch.