Update perldelta to warn people that deprecated things weren't just deprecated in...
Jesse Vincent [Mon, 29 Mar 2010 14:04:15 +0000 (10:04 -0400)]
pod/perl5120delta.pod

index 5d5fc08..b290bff 100644 (file)
@@ -241,8 +241,12 @@ the C<pos> and C<len> 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<perl5xxdelta.pod> file for that release.
 
 To disable this feature in a given lexical scope, you should use C<no
 warnings 'deprecated';> For information about which language features