From cee594ccd43b8a9ccf28e3cda12c68dc10a7d38b Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Fri, 26 Aug 2011 12:02:05 +0200 Subject: Perldelta for the unpack "U*" fix --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) 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) 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 -- cgit v1.2.1