summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-08-26 12:02:05 +0200
committerFlorian Ragwitz <rafl@debian.org>2011-08-26 12:02:05 +0200
commitcee594ccd43b8a9ccf28e3cda12c68dc10a7d38b (patch)
treeba9ae2e71d875c1f1b9a61464256f6b873c32b5b
parent9ba7351ec43ce5e5059e0336b2b1dbc47e9c20d7 (diff)
downloadperl-cee594ccd43b8a9ccf28e3cda12c68dc10a7d38b.tar.gz
Perldelta for the unpack "U*" fix
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 99e06da5fd..ba91795723 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -116,6 +116,12 @@ misbehave: If returned from a subroutine, it would not be copied, but the
variable itself would be returned; and freeing $_ (e.g., with C<undef *_>)
would cause perl to crash. This has been fixed [perl #91880].
+=item *
+
+Perl 5.10.0 introduced some faulty logic that made "U*" in the middle of
+a pack template equivalent to "U0" if the input string was empty. This has
+been fixed [perl #90160].
+
=back
=head1 Acknowledgements