summaryrefslogtreecommitdiff
path: root/lib/Carp.pm
diff options
context:
space:
mode:
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.