summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2010-02-18 00:28:17 +0000
committerSteve Hay <SteveHay@planit.com>2010-02-18 00:28:17 +0000
commita4cc96117b620fea7c0739c9e20f017a5fdeeb52 (patch)
tree1227a4434269cb23aa9d8ffe8a133562af6715ae
parent99ad6f11b89e2dccd38899cf1e0dc73badd05a94 (diff)
downloadperl-a4cc96117b620fea7c0739c9e20f017a5fdeeb52.tar.gz
Update perl5115delta.pod with today's changes
-rw-r--r--pod/perl5115delta.pod9
1 files changed, 8 insertions, 1 deletions
diff --git a/pod/perl5115delta.pod b/pod/perl5115delta.pod
index af1c800a64..cfd475582a 100644
--- a/pod/perl5115delta.pod
+++ b/pod/perl5115delta.pod
@@ -42,7 +42,7 @@ Undefined version objects are now uninitialized with zero rather than C<undef>.
=item C<CPAN>
-Upgraded from version 1.94_53 to 1.94_55.
+Upgraded from version 1.94_53 to 1.94_56.
This module is also now built in a less specialized way, which resolves a
problem that caused C<make> after C<make clean> to fail, fixing RT #72218.
@@ -58,6 +58,13 @@ Upgraded from version 2.21 to 2.22.
This resolves RT #72700, in which an exception thrown from a closure was
getting lost.
+=item C<Socket>
+
+Upgraded from version 1.85 to 1.86.
+
+This makes the new Socket implementation of C<inet_pton> consistent with the
+existing Socket6 implementation of C<inet_pton>, fixing RT #72884.
+
=item C<podlators>
Upgraded from version 2.2.2 to 2.3.0.