diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-29 10:18:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-29 10:18:59 +0000 |
commit | 4438c4b75b842b6c829a7da9841e97abb875b1d8 (patch) | |
tree | 559b1a700465df1cb1ae02ada9b9c9e48dd9539f /pod/perlmodlib.pod | |
parent | 6dd159d1401b9b9973dd00c1235374efbcb27144 (diff) | |
download | perl-4438c4b75b842b6c829a7da9841e97abb875b1d8.tar.gz |
Rename warning to warnings, from Paul Marquess.
p4raw-id: //depot/cfgperl@4038
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r-- | pod/perlmodlib.pod | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 79892344df..abfa657f61 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -30,7 +30,7 @@ by saying: no integer; no strict 'refs'; - no warning; + no warnings; which lasts until the end of that BLOCK. @@ -126,7 +126,7 @@ turn on UTF-8 and Unicode support predeclare global variable names -=item warning +=item warnings control optional warnings @@ -134,10 +134,6 @@ control optional warnings control VMS-specific language features -=item warning - -control optional warnings - =back =head2 Standard Modules |