diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-28 10:48:45 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-28 10:49:23 -0800 |
commit | 2638c0ffe428f26a196949f1783de773b418cb0d (patch) | |
tree | 2c4f23565bcaa290f6a10d89bc1cf8ff0e07be68 | |
parent | cebd6690fcb4065e29e98a0861af011572e0e730 (diff) | |
download | perl-2638c0ffe428f26a196949f1783de773b418cb0d.tar.gz |
perldelta up to 8e747b69
-rw-r--r-- | pod/perldelta.pod | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a44aa32bff..68d074ba0e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,7 @@ =encoding utf8 =for comment -This has been completed up to 04698ff. +This has been completed up to 8e747b69. =head1 NAME @@ -153,6 +153,18 @@ the base64 scheme for "URL applications". =item * +C<overload> has been upgraded from 1.11 to 1.12. + +=item * + +C<PerlIO::scalar> has been upgraded from 0.10 to 0.11. + +A C<read> after a C<seek> beyond the end of the string no longer thinks it +has data to read +L<[perl #78716]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=78716>. + +=item * + C<Socket> has been upgraded from 1.91 to 1.92. It has several new functions for handling IPv6 addresses. |