diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2014-01-19 16:45:13 +0000 |
---|---|---|
committer | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2014-01-19 16:49:27 +0000 |
commit | 3ac2191a2512af33d289fa09e823cb106596760d (patch) | |
tree | 68ab8a023e6c9b376ec0a2010a24224efa693885 /pod | |
parent | 025c2e1728baf68894add5ae2bd70f945c2b6fad (diff) | |
download | perl-3ac2191a2512af33d289fa09e823cb106596760d.tar.gz |
pod/perllexwarn.pod: clarify note about the "deprecated" category
Saying that something used to behave a certain way "In Perl 5.6.1" can
be understood as it changing in 5.6.2, but in fact this change to the
"deprecated" category in perl-5.6.0-8156-g12bcd1a was never released in
any 5.6.* release, it was first released in 5.8.0.
So note that explicitly instead, it's less ambiguous to just say "Before
Perl 5.8.0".
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perllexwarn.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod index fdc1762ea6..9a98bb281b 100644 --- a/pod/perllexwarn.pod +++ b/pod/perllexwarn.pod @@ -356,7 +356,7 @@ 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 +Note: Before Perl 5.8.0, the lexical warnings category "deprecated" was a sub-category of the "syntax" category. It is now a top-level category in its own right. |