diff options
-rw-r--r-- | pod/perldelta.pod | 4 |
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 |