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:
2056184
)
Correct &CORE::foo entry in perldiag
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 16 Dec 2011 22:23:16 +0000
(14:23 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 16 Dec 2011 22:23:16 +0000
(14:23 -0800)
pod/perldiag.pod
patch
|
blob
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
1b97ff7
..
5afdac4
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-1504,7
+1504,7
@@
L<overload/Copy Constructor>.
=item &CORE::%s cannot be called directly
(F) You tried to call a subroutine in the C<CORE::> namespace
-with C<&foo> syntax or through a reference.
Most
subroutines
+with C<&foo> syntax or through a reference.
Some
subroutines
in this package cannot yet be called that way, but must be
called as barewords. Something like this will work: