summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-18 14:53:38 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-18 14:53:38 -0800
commit03d75a2a953389d34f7628a67a5cc7c04cd3166c (patch)
tree4e7de0085f762cfd02235a3b160b1a5816d65a59 /pod/perldelta.pod
parent5747f88bf6aeed0804ac4ecb5d76f05c9e93b8de (diff)
downloadperl-03d75a2a953389d34f7628a67a5cc7c04cd3166c.tar.gz
perldelta for 9d52f6f3f87
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index decaac99df..5b55d5d895 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -247,6 +247,9 @@ C<chdir FH> is now deparsed without quotation marks.
C<\my @a> is now deparsed without parentheses. (Parenthese would flatten
the array.)
+C<system> and C<exec> followed by a block are now deparsed correctly.
+Formerly there was an erroneous C<do> before the block.
+
=item *
L<ExtUtils::ParseXS> has been upgraded from version 3.26 to 3.27.