diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-29 14:07:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-29 14:07:09 +0000 |
commit | ce32ce9465db99bcd1b37ef927c0471eb7291905 (patch) | |
tree | 8bbe35a667a482d1a41351ce77df719469b1a4e6 /pod | |
parent | 9e24b6e2f422a9f67d0605cdea60de0c597868f3 (diff) | |
parent | 4584684cd9409a5028e679de2f80cf97a3a728bd (diff) | |
download | perl-ce32ce9465db99bcd1b37ef927c0471eb7291905.tar.gz |
Integrate with Sarathy. I overruled on perldelta
and perldiag.
p4raw-id: //depot/cfgperl@3833
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perllexwarn.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod index 484e211000..81f44cca3a 100644 --- a/pod/perllexwarn.pod +++ b/pod/perllexwarn.pod @@ -314,8 +314,8 @@ The experimental features need bottomed out. the module should be revisited. octal - 'octal' controls illegal octal characters warning but 'unsafe' - illegal hexadecimal and binary characters warning. + 'octal' controls illegal octal characters warning, but 'unsafe' controls + illegal hexadecimal and binary characters warnings. =head1 SEE ALSO |