perldelta for 9a71543479/#78550
authorFather Chrysostomos <sprout@cpan.org>
Tue, 14 Aug 2012 21:20:12 +0000 (14:20 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 15 Aug 2012 00:49:29 +0000 (17:49 -0700)
pod/perldelta.pod

index b2d1ace..99d25a4 100644 (file)
@@ -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