Correct &CORE::foo entry in perldiag
authorFather Chrysostomos <sprout@cpan.org>
Fri, 16 Dec 2011 22:23:16 +0000 (14:23 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 16 Dec 2011 22:23:16 +0000 (14:23 -0800)
pod/perldiag.pod

index 1b97ff7..5afdac4 100644 (file)
@@ -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: