This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
432450d
)
perldelta for f351564 and 5f4d849
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 13 Oct 2014 02:39:36 +0000
(19:39 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 13 Oct 2014 06:26:17 +0000
(23:26 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
274cd74
..
faba274
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-176,6
+176,8
@@
with parentheses (e.g., C<\(@a, (@b), @c)> now retains the parentheses
around @b), this preserving the flattening behaviour of referenced
parenthesised arrays. Formerly, it only worked for one array: C<\(@a)>.
+C<local our> is now deparsed correctly, with the C<our> included.
+
=item *
L<DynaLoader> has been upgraded from version 1.26 to 1.27.