summaryrefslogtreecommitdiff
path: root/lib/Carp.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-06-03 07:58:06 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-06-03 07:58:06 +0000
commit11ed4d0171a0e4e9e41800767e862d5763c9f5e6 (patch)
treeb792925c7b6fe615bcad9a926d229bc2e37c254b /lib/Carp.pm
parent597fc7a09a53eb11962ad7d817b9904ed154d0ed (diff)
downloadperl-11ed4d0171a0e4e9e41800767e862d5763c9f5e6.tar.gz
Small typo fix in Carp.pm
p4raw-id: //depot/perl@33992
Diffstat (limited to 'lib/Carp.pm')
-rw-r--r--lib/Carp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Carp.pm b/lib/Carp.pm
index 393b126d4a..ebec96f21b 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<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.