summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2001-09-29 01:14:51 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-28 22:23:05 +0000
commit042e981a9d7db562893cb666e399d7ed2acc518d (patch)
treec921fccdcd272c1dec00ed9a2ebf44a265133ee4
parentd3a4e64e0737f054931b8b9fa88a25b20bbdd085 (diff)
downloadperl-042e981a9d7db562893cb666e399d7ed2acc518d.tar.gz
[DOC PATCH] Carp.pm pod typo
Message-ID: <20010928231451.E16889@rafael> p4raw-id: //depot/perl@12261
-rw-r--r--lib/Carp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Carp.pm b/lib/Carp.pm
index f2e042e05c..cd2cfdb087 100644
--- a/lib/Carp.pm
+++ b/lib/Carp.pm
@@ -50,7 +50,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 L<PERL5OPT>
+or by including the string C<MCarp=verbose> in the PERL5OPT
environment variable.
=head1 BUGS