diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-13 03:03:57 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-13 03:03:57 +0000 |
commit | 6bc102ca57c5133ccb41282f9b318b89d8ec7a82 (patch) | |
tree | f2865fee6aba38a706931f32bbe5954a66904917 /pod/perllexwarn.pod | |
parent | 3e92a2540996678c49663ee454dadc7970cdb925 (diff) | |
download | perl-6bc102ca57c5133ccb41282f9b318b89d8ec7a82.tar.gz |
add -DPERL_Y2KWARN build option that will generate additional
warnings on "19$yy" etc (reworked a patch suggested by
Ulrich Pfeifer <upf@de.uu.net>)
p4raw-id: //depot/perl@4132
Diffstat (limited to 'pod/perllexwarn.pod')
-rw-r--r-- | pod/perllexwarn.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod index 8dbae0ddbc..32fc21084e 100644 --- a/pod/perllexwarn.pod +++ b/pod/perllexwarn.pod @@ -313,6 +313,10 @@ produce a fatal error. The experimental features need bottomed out. + perldiag.pod + Need to add warning class information and notes on + how to use the class info with the warnings pragma. + perl5db.pl The debugger saves and restores C<$^W> at runtime. I haven't checked whether the debugger will still work with the lexical warnings |