perldelta for f32c7e864b6: recursive formats
authorFather Chrysostomos <sprout@cpan.org>
Tue, 14 Aug 2012 21:22:15 +0000 (14:22 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 15 Aug 2012 00:49:29 +0000 (17:49 -0700)
pod/perldelta.pod

index 99d25a4..653fe6a 100644 (file)
@@ -514,6 +514,11 @@ 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
 subroutine.
 
+=item *
+
+Formats called recursively no longer stomp on their own lexical variables,
+but each recursive call has its own set of lexicals.
+
 =back
 
 =head1 Known Problems