diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-01 13:23:27 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-01 13:23:27 -0700 |
commit | e316d6ee85eca41b286bbab119c9ae8decb17d7d (patch) | |
tree | 929e9ea7ea5fbdd9900ecb271cf81391a568950f /pod | |
parent | ceb2f488d25a3aa44ae0a04d11dbd7f75e34a35e (diff) | |
download | perl-e316d6ee85eca41b286bbab119c9ae8decb17d7d.tar.gz |
perldelta update
In addition to documenting the recent integrations, I also
removed the ‘Selected’ from the ‘Selected Bug Fixes’ title,
as maint perldeltas should list *all* bug fixes.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 559972edc3..e60652d18c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -93,7 +93,20 @@ XXX =item * -XXX +L<B::Deparse> has been upgraded from version 1.03 to 1.04, to address two +regressions in Perl 5.14.0: + +Deparsing of the C<glob> operator and its diamond (C<< <> >>) form now +works again. [perl #90898] + +The presence of subroutines named C<::::> or C<::::::> no longer causes +B::Deparse to hang. + +=item * + +L<Pod::Perldoc> has been upgraded from version 3.15_03 to 3.15_04. + +It corrects the search paths on VMS. [perl #90640] =back @@ -126,13 +139,14 @@ XXX Changes which significantly change existing files in F<pod/> go here. However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics> section. -=head3 L<XXX> +=head3 L<perlop> =over 4 =item * -XXX Description of the change here +The explanation of bitwise operators has been expanded to explain how they +work on Unicode strings. =back @@ -221,7 +235,8 @@ that they represent may be covered elsewhere. =item * -XXX +Some test failures in F<dist/Locale-Maketext/t/09_compile.t> that could +occur depending on the environment have been fixed. [perl #89896] =back @@ -292,7 +307,7 @@ The first is always 0, the other two now no-ops. =back -=head1 Selected Bug Fixes +=head1 Bug Fixes XXX Important bug fixes in the core language are summarised here. Bug fixes in files in F<ext/> and F<lib/> are best summarised in @@ -304,7 +319,14 @@ L</Modules and Pragmata>. =item * -XXX +A bug has been fixed that would cause a "Use of freed value in iteration" +error if the next two hash elements that would be iterated over are +deleted. [perl #85026] + +=item * + +Passing the same constant subroutine to both C<index> and C<formline> no +longer causes one or the other to fail. [perl #89218] =back |