summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-14 14:16:47 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-14 16:28:40 -0800
commit3aba4f3d3f17839d9279aee9bc721b71a8796831 (patch)
treee347208423cf588564e38d3fc8af577129b8d0f1 /pod/perldelta.pod
parenta2fb0b75d75cd0b54d5e45f8994a95109966e2d9 (diff)
downloadperl-3aba4f3d3f17839d9279aee9bc721b71a8796831.tar.gz
perldelta for df46573596 and 917a8f4f
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2a2b2274cf..cf77e90460 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -208,6 +208,10 @@ When prototype sub calls are deparsed with C<&> (e.g., under the B<-P>
option), C<scalar> is now added where appropriate, to force the scalar
context implied by the prototype.
+C<require(foo())>, C<do(foo())>, C<goto(foo())> and similar constructs with
+loop controls are now deparsed correctly. The outer parentheses are not
+optional.
+
=item *
L<ExtUtils::ParseXS> has been upgraded from version 3.26 to 3.27.