summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-14 14:32:42 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-14 17:49:30 -0700
commit60ca243a7812dd27c1164b0806523fdb3c25f7f2 (patch)
tree058a2f8cc496d5484dc00cb7d3bd3ead83e9b0d4 /pod
parenta21a3918ca29e9645e6e2cf5f4f62bc70aed3a38 (diff)
downloadperl-60ca243a7812dd27c1164b0806523fdb3c25f7f2.tar.gz
perldelta for 2c658e55b, no formats after comp errors
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 50f03dadf1..d723cd03a4 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -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