diff options
author | Tom Christiansen <tchrist@perl.com> | 1998-12-16 14:14:53 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-17 14:05:52 +0000 |
commit | 6c67e1bb5ef52c28248026fe8107d117cbdd0c00 (patch) | |
tree | ec1628583f6b36539556d2cb5d501818e26ee99f /lib/warning.pm | |
parent | 9ee81ef67d78b40160bca643ec8e4fa896d3f143 (diff) | |
download | perl-6c67e1bb5ef52c28248026fe8107d117cbdd0c00.tar.gz |
Some (by far not all) issues of the below message addressed.
To: The Perl Porters Mailing List <perl5-porters@perl.org>
Subject: important UNDOC issues for 5.005_54
Message-Id: <199812170414.VAA25860@jhereg.perl.com>
p4raw-id: //depot/cfgperl@2487
Diffstat (limited to 'lib/warning.pm')
-rw-r--r-- | lib/warning.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/warning.pm b/lib/warning.pm index f2fa38d288..ac6aefafae 100644 --- a/lib/warning.pm +++ b/lib/warning.pm @@ -7,7 +7,7 @@ package warning; =head1 NAME -warning - Perl pragma to control +warning - Perl pragma to control optional warnings =head1 SYNOPSIS |