summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-12-31 01:11:58 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-12-31 09:27:08 +0000
commitef337e16d60335fe32d9bde77eba5ef3ac36f983 (patch)
tree6d9db363c51b01ebf57a53c90d7a0a1aa7c8d494 /pod/perldelta.pod
parent36a6a1351fbc85eb66a929bc12086f30e1713d73 (diff)
downloadperl-ef337e16d60335fe32d9bde77eba5ef3ac36f983.tar.gz
Update Version-Requirements to CPAN version 0.101021
[DELTA] 0.101021 2011-12-30 15:39:56 America/New_York DEPRECATED DEPRECATED DEPRECATED DEPRECATED Version::Requirements is now DEPRECATED Use CPAN::Meta::Requirements, which is a drop-in replacement.
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod19
1 files changed, 19 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 40ffca3ef3..21cf44ab94 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -63,6 +63,18 @@ listed as an updated module in the L</Modules and Pragmata> section.
[ List each deprecation as a =head2 entry ]
+=head2 Deprecated Modules
+
+=over
+
+=item L<Version::Requirements>
+
+Version::Requirements is now DEPRECATED, use CPAN::Meta::Requirements,
+which is a drop-in replacement. It will be deleted from perl.git blead
+in v5.17.0.
+
+=back
+
=head1 Performance Enhancements
XXX Changes which enhance performance without changing behaviour go here. There
@@ -173,6 +185,13 @@ won't be a format change when upgrading to 6.1. Briefly, a second
component of each alias is added that gives the type of alias it is.
Examples are at L<Unicode::UCD/prop_invmap()>.
+=item *
+
+L<Version::Requirements> has been upgraded from version 0.101020 to version 0.101021.
+
+Version::Requirements is now DEPRECATED, use CPAN::Meta::Requirements,
+which is a drop-in replacement.
+
=back
=head2 Removed Modules and Pragmata