summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-14 14:14:27 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-14 16:28:40 -0800
commita2fb0b75d75cd0b54d5e45f8994a95109966e2d9 (patch)
treec627d5e5e2a30be4f47d167d713220ac1800272a /pod/perldelta.pod
parent3b7745ab2721ea216148f04e8c166524d957afdc (diff)
downloadperl-a2fb0b75d75cd0b54d5e45f8994a95109966e2d9.tar.gz
perldelta for c65b7c4d
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 03ead8374e..2a2b2274cf 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -204,6 +204,10 @@ Non-ASCII characters are now consistently escaped in strings, instead of
some of the time. (There are still outstanding problems with regular
expressions and identifiers that have not been fixed.)
+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.
+
=item *
L<ExtUtils::ParseXS> has been upgraded from version 3.26 to 3.27.