perldelta: more format stuff
authorFather Chrysostomos <sprout@cpan.org>
Thu, 16 Aug 2012 03:27:55 +0000 (20:27 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 16 Aug 2012 03:39:11 +0000 (20:39 -0700)
pod/perldelta.pod

index 1628a40..ebf0f82 100644 (file)
@@ -538,6 +538,10 @@ assertion failures [perl #78550].
 
 =item *
 
+Formats and C<use> statements are now permitted inside formats.
+
+=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
@@ -578,6 +582,11 @@ other quoted constructs (C</(?{...})/> and C<qq/${...}/>) [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