summaryrefslogtreecommitdiff
path: root/pod/perllexwarn.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-08-09 20:35:13 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-09 20:35:13 +0000
commit627300f0f7d7170cc4e8db033fb6e61547324f64 (patch)
treeb6c2f014e433f15d8cd83fd36b49a80b48a79890 /pod/perllexwarn.pod
parent99c8744d9e2348bac7621dbb0b21a8b6eaddb7f4 (diff)
downloadperl-627300f0f7d7170cc4e8db033fb6e61547324f64.tar.gz
lexwarn maintenance: new warning class unsafe
subclasses 'overflow' and 'portable' created, used by the recent integer overflow warnings. Class syntax subclass 'octal' renamed to 'digit', binary and hexadecimal parsing errors also 'digit' warnings. p4raw-id: //depot/cfgperl@3942
Diffstat (limited to 'pod/perllexwarn.pod')
-rw-r--r--pod/perllexwarn.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod
index 81f44cca3a..b946654425 100644
--- a/pod/perllexwarn.pod
+++ b/pod/perllexwarn.pod
@@ -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>.