This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97e35f9
)
perldelta for #113712, stubs after errors
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 26 Jun 2012 03:28:46 +0000
(20:28 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 26 Jun 2012 03:28:46 +0000
(20:28 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
9a90333
..
f3eff21
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-371,6
+371,11
@@
Arriving signals no longer clear C<$@> [perl #45173].
Allow C<my ()> declarations with an empty variable list [perl #113554].
+=item *
+
+During parsing, subs declared after errors no longer leave stubs
+[perl #113712].
+
=back
=head1 Known Problems