This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change t/pragma/warn oct()/hex() overflow tests to use %Config
[perl5.git] / pod / perlmodlib.pod
index 4cee455..7989234 100644 (file)
@@ -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