projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9702222
)
perldelta for 9a71543479/#78550
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 14 Aug 2012 21:20:12 +0000
(14:20 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 15 Aug 2012 00:49:29 +0000
(17:49 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
b2d1ace
..
99d25a4
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-504,6
+504,11
@@
cause assertion failures.
=item *
+On debugging builds, subroutines nested inside formats no longer cause
+assertion failures [perl #78550].
+
+=item *
+
C<print $x> and C<sub { print $x }->()> now always produce the same output.
It was possible for the latter to refuse to close over $x if the variable
was not active; e.g., if it was defined outside a currently-running named