B::clearsym
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index 4cee455..bfc5223 100644 (file)
@@ -30,6 +30,7 @@ by saying:
 
     no integer;
     no strict 'refs';
+    no warnings;
 
 which lasts until the end of that BLOCK.
 
@@ -45,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
 
@@ -125,13 +130,13 @@ turn on UTF-8 and Unicode support
 
 predeclare global variable names
 
-=item vmsish
+=item warnings
 
-control VMS-specific language features
+control optional warnings
 
-=item warning
+=item vmsish
 
-control optional warnings
+control VMS-specific language features
 
 =back