diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-28 14:01:21 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-28 22:10:41 -0800 |
commit | f295f417112ec95dc1a028fc1dbeca7bbd872bcf (patch) | |
tree | e4fe6c7d8594256e686f45c8daff474f8981044e /pod/perldelta.pod | |
parent | c003e62a7fe827104127da3546a65f2ddadab3d4 (diff) | |
download | perl-f295f417112ec95dc1a028fc1dbeca7bbd872bcf.tar.gz |
perldelta for 94a75ecf
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2588a41b7d..67a501cf81 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,8 @@ =encoding utf8 =for comment -This has been completed up to d54f8cf785. +This has been completed up to 94a75ecf, except for 1b9f127-fad448f, which +Karl Williamson says he will do. =head1 NAME @@ -173,6 +174,10 @@ L<[perl #78716]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=78716>. =item * +C<re> has been upgraded from 0.14 to 0.15. + +=item * + C<Socket> has been upgraded from 1.91 to 1.92. It has several new functions for handling IPv6 addresses. |