From: Jesse Vincent Date: Mon, 29 Mar 2010 14:04:15 +0000 (-0400) Subject: Update perldelta to warn people that deprecated things weren't just deprecated in... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=62ccb3663dda15008496bdae6114043fd0504f3e;p=p5sagit%2Fp5-mst-13.2.git Update perldelta to warn people that deprecated things weren't just deprecated in this release. --- diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index 5d5fc08..b290bff 100644 --- a/pod/perl5120delta.pod +++ b/pod/perl5120delta.pod @@ -241,8 +241,12 @@ the C and C arguments. =head2 Deprecations warn by default -Perl now defaults to issuing a warning if a deprecated language feature -is used. +Over the years, Perl's developers have deprecated a number of language +features for a variety of reasons. Perl now defaults to issuing a +warning if a deprecated language feature is used. Many of the deprecations +Perl now warns you about have been deprecated for many years. You can +find a list of what was deprecated in a given release of Perl in the +C file for that release. To disable this feature in a given lexical scope, you should use C For information about which language features