summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-18 08:51:28 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-18 08:51:28 -0700
commit7530120a7b187fc2f7598980ffae1d58f41c2cd7 (patch)
tree7598d438ce1bbb333a5bfe5daff17b33d2f93ad6 /pod
parentd47dcd9c7681849ea996f4a5039342a169f1969a (diff)
downloadperl-7530120a7b187fc2f7598980ffae1d58f41c2cd7.tar.gz
Update perldiag/&CORE::%s cannot be called directly
Something I missed in commit d47dcd9c7
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 61d1ee8805..8c9055f407 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1478,7 +1478,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. The subroutines
+with C<&foo> syntax or through a reference. Most subroutines
in this package cannot yet be called that way, but must be
called as barewords. Something like this will work: