Small typo fix in Carp.pm
Rafael Garcia-Suarez [Tue, 3 Jun 2008 07:58:06 +0000 (07:58 +0000)]
p4raw-id: //depot/perl@33992

lib/Carp.pm

index 393b126..ebec96f 100644 (file)
@@ -143,7 +143,7 @@ This feature is enabled by 'importing' the non-existent symbol
 
     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.