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:
2f14e39
)
perldelta for undef(&foo) and call checkers
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 29 Jul 2012 20:15:25 +0000
(13:15 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 29 Jul 2012 20:15:25 +0000
(13:15 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
cbc6313
..
be42f56
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-398,6
+398,10
@@
having no prototype when they actually have "".
Constant subroutines and forward declarations no longer prevent prototype
mismatch warnings from omitting the sub name.
+=item *
+
+C<undef> on a subroutine now clears call checkers.
+
=back
=head1 Known Problems