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:
a461c23
)
perldelta for ceaf124e0
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 17 Jan 2014 15:43:08 +0000
(07:43 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 17 Jan 2014 22:53:21 +0000
(14:53 -0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
735f8e6
..
619081d
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-475,7
+475,9
@@
files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
=item *
-XXX
+In v5.19.6, C<do CORE()> was inadvertently changed from being interpreted
+as do-file (i.e., C<do +CORE()>) to do-sub (i.e., C<&CORE()>). It has now
+been changed back.
=back