From 9702222b639b9714424fc69eb8f7cc92bdf038ee Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 14 Aug 2012 14:19:00 -0700 Subject: [PATCH] perldelta for cae5dbbe30b --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1e570fa..b2d1ace 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -502,6 +502,13 @@ C a syntax error [perl #114222]. On debugging builds, "uninitialized" warnings inside formats no longer cause assertion failures. +=item * + +C and C()> 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 +subroutine. + =back =head1 Known Problems -- 2.7.4