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:
4e3e9c0
)
perldelta for 2258401
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 13 Oct 2014 05:56:11 +0000
(22:56 -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
faba274
..
178fc44
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-178,6
+178,9
@@
parenthesised arrays. Formerly, it only worked for one array: C<\(@a)>.
C<local our> is now deparsed correctly, with the C<our> included.
+C<for($foo; !$bar; $baz) {...}> was deparsed without the C<!> (or C<not>).
+This has been fixed.
+
=item *
L<DynaLoader> has been upgraded from version 1.26 to 1.27.