From: Rafael Garcia-Suarez Date: Tue, 3 Jun 2008 07:58:06 +0000 (+0000) Subject: Small typo fix in Carp.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=11ed4d0171a0e4e9e41800767e862d5763c9f5e6;p=p5sagit%2Fp5-mst-13.2.git Small typo fix in Carp.pm p4raw-id: //depot/perl@33992 --- diff --git a/lib/Carp.pm b/lib/Carp.pm index 393b126..ebec96f 100644 --- a/lib/Carp.pm +++ b/lib/Carp.pm @@ -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 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.