From bba618d2499c8b7a8001d5945d914577537042e6 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 11 Jan 2015 22:03:21 -0800 Subject: [PATCH] perldelta for fd8be4a16 --- pod/perldelta.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ea26055..6a29ae2 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -170,6 +170,10 @@ L has been upgraded from version 1.31 to 1.32. Deparsing C with the B<-w> switch enabled started to emit 'uninitialized' warnings in Perl 5.14. This has been fixed. +Deparsing calls to subs with a C<(;+)> prototype resulted in an infinite +loop. The C<(;$>) C<(_)> and C<(;_)> prototypes were given the wrong +precedence, causing C to be deparsed without the parentheses. + =item * L has been upgraded from version 2.38 to 2.39. -- 1.8.3.1