B::clearsym
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index 7989234..bfc5223 100644 (file)
@@ -30,7 +30,7 @@ by saying:
 
     no integer;
     no strict 'refs';
-    no warning;
+    no warnings;
 
 which lasts until the end of that BLOCK.
 
@@ -46,9 +46,13 @@ The following pragmas are defined (and have their own documentation).
 
 =over 12
 
+=item attributes
+
+set/get the attributes of a subroutine or variable
+
 =item attrs
 
-set/get attributes of a subroutine
+set/get attributes of a subroutine (obsolescent)
 
 =item autouse
 
@@ -126,7 +130,7 @@ turn on UTF-8 and Unicode support
 
 predeclare global variable names
 
-=item warning
+=item warnings
 
 control optional warnings
 
@@ -134,10 +138,6 @@ control optional warnings
 
 control VMS-specific language features
 
-=item warning
-
-control optional warnings
-
 =back
 
 =head2 Standard Modules