diff options
author | Paul Marquess <paul.marquess@btinternet.com> | 2002-03-04 16:33:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-04 16:37:13 +0000 |
commit | 12bcd1a617c74d6ebf1dc3711b6a85be696dc9bb (patch) | |
tree | 5742672e5980d028772abf7939766816c975850f /pod/perllexwarn.pod | |
parent | cb1f50b8bcbf67997c1040a0bba4a468fe0cefcc (diff) | |
download | perl-12bcd1a617c74d6ebf1dc3711b6a85be696dc9bb.tar.gz |
taint + deprecated warnings
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
p4raw-id: //depot/perl@15003
Diffstat (limited to 'pod/perllexwarn.pod')
-rw-r--r-- | pod/perllexwarn.pod | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod index cd76f3af40..2549256b48 100644 --- a/pod/perllexwarn.pod +++ b/pod/perllexwarn.pod @@ -209,6 +209,8 @@ The current hierarchy is: | +- closure | + +- deprecated + | +- exiting | +- glob @@ -263,8 +265,6 @@ The current hierarchy is: | | | +- bareword | | - | +- deprecated - | | | +- digit | | | +- parenthesis @@ -312,6 +312,11 @@ C<warnings> pragma in a given scope the cumulative effect is additive. To determine which category a specific warning has been assigned to see L<perldiag>. +Note: In Perl 5.6.1, the lexical warnings category "deprecated" was a +sub-category of the "syntax" category. It is now a top-level category +in its own right. + + =head2 Fatal Warnings The presence of the word "FATAL" in the category list will escalate any |