diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2001-09-29 01:14:51 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-28 22:23:05 +0000 |
commit | 042e981a9d7db562893cb666e399d7ed2acc518d (patch) | |
tree | c921fccdcd272c1dec00ed9a2ebf44a265133ee4 | |
parent | d3a4e64e0737f054931b8b9fa88a25b20bbdd085 (diff) | |
download | perl-042e981a9d7db562893cb666e399d7ed2acc518d.tar.gz |
[DOC PATCH] Carp.pm pod typo
Message-ID: <20010928231451.E16889@rafael>
p4raw-id: //depot/perl@12261
-rw-r--r-- | lib/Carp.pm | 2 |
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 |