diff options
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r-- | pod/perlmodlib.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 4cee4556b6..79892344df 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -30,6 +30,7 @@ by saying: no integer; no strict 'refs'; + no warning; which lasts until the end of that BLOCK. @@ -125,6 +126,10 @@ turn on UTF-8 and Unicode support predeclare global variable names +=item warning + +control optional warnings + =item vmsish control VMS-specific language features |