perldelta for 2c658e55b, no formats after comp errors
authorFather Chrysostomos <sprout@cpan.org>
Tue, 14 Aug 2012 21:32:42 +0000 (14:32 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 15 Aug 2012 00:49:30 +0000 (17:49 -0700)
pod/perldelta.pod

index 50f03da..d723cd0 100644 (file)
@@ -539,6 +539,10 @@ always as C<do> blocks.
 Formats can now be nested inside code blocks in regular expressions and
 other quoted constructs (C</(?{...})/> and C<qq/${...}/>) [perl #114040].
 
+=item *
+
+Formats are no longer created after compilation errors.
+
 =back
 
 =head1 Known Problems