From 3771623e47d51612648eb6f77d75d297ee11e79a Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 15 Aug 2012 20:27:55 -0700 Subject: [PATCH] perldelta: more format stuff --- pod/perldelta.pod | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1628a40..ebf0f82 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -538,6 +538,10 @@ assertion failures [perl #78550]. =item * +Formats and C statements are now permitted inside formats. + +=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 @@ -578,6 +582,11 @@ other quoted constructs (C and C) [perl #114040]. Formats are no longer created after compilation errors. +=item * + +Some format syntax errors started causing crashes in perl 5.17.2, but +have now been fixed. + =back =head1 Known Problems -- 2.7.4