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:
2de6ba8
)
perldelta for undef *_, &CORE::time crash
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 22 May 2012 05:53:26 +0000
(22:53 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 22 May 2012 05:53:26 +0000
(22:53 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
96b0c4c
..
1264cbe
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-449,6
+449,11
@@
erroneous warnings.
C<while(each %h)> now implies C<while(defined($_ = each %h))>, like
C<readline> and C<readdir>.
+=item *
+
+Subs in the CORE:: namespace no longer crash after C<undef *_> when called
+with no argument list (C<&CORE::time> with no parentheses).
+
=back
=head1 Known Problems