projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a21a391
)
perldelta for 2c658e55b, no formats after comp errors
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 14 Aug 2012 21:32:42 +0000
(14:32 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 15 Aug 2012 00:49:30 +0000
(17:49 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
50f03da
..
d723cd0
100644
(file)
--- 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