diff options
-rw-r--r-- | pod/perldelta.pod | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7e30a87bdc..e6da545cce 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,7 @@ =encoding utf8 =for comment -This has been completed up to a3179684. +This has been completed up to 2a25d7b6. =head1 NAME @@ -153,6 +153,12 @@ the base64 scheme for "URL applications". =item * +C<Socket> has been upgraded from XXX to XXX. + +It has several new functions for handling IPv6 addresses. + +=item * + C<Unicode::Collate> has been upgraded from 0.67 to 0.68 =item * @@ -370,7 +376,18 @@ C<BEGIN {require 5.12.0}> now behaves as documented, rather than behaving identically to C<use 5.12.0;>. Previously, C<require> in a C<BEGIN> block was erroneously executing the C<use feature ':5.12.0'> and C<use strict; use warnings;> behaviour, which only C<use> was documented to -provide. +provide +L<[perl #69050]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=69050>. + +=item * + +C<use 5.42> +L<[perl #69050]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=69050>, +C<use 6> and C<no 5> no longer leak memory. + +=item * + +C<eval "BEGIN{die}"> no longer leaks memory on non-threaded builds. =back |