summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod14
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.