lexwarn maintenance: new warning class unsafe
[p5sagit/p5-mst-13.2.git] / pod / perllexwarn.pod
index 81f44cc..b946654 100644 (file)
@@ -219,6 +219,10 @@ hierarchy is:
           |                  |
           |                  +--- closure
           |                  |
+          |                  +--- overflow
+          |                  |
+          |                  +--- portable
+          |                  |
           |                  +--- untie
           |                  |
           |                  +--- utf8
@@ -241,7 +245,7 @@ hierarchy is:
           |                  |
           |                  +--- reserved
           |                  |
-          |                  +--- octal
+          |                  +--- digit
           |                  |
           |                  +--- parenthesis
           |                  |
@@ -313,10 +317,6 @@ The experimental features need bottomed out.
     around the limitations of C<$^W>. Now that those limitations are gone,
     the module should be revisited.
 
-  octal
-    'octal' controls illegal octal characters warning, but 'unsafe' controls
-    illegal hexadecimal and binary characters warnings.
-
 =head1 SEE ALSO
 
 L<warning>.