summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-05-17 21:25:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-17 21:25:54 +0000
commite0721b194eb92292b2e8df7063d6c95f6d0df0ed (patch)
treeea8be35b729d4347a2e6aa2054c498ccb42dbd1d /pod
parentab59c3aa07165586a14f7f4b0eee3be63f4e2b76 (diff)
parent0c1a8ec7bddcb61a4b45cf947cb375e7d350aaa6 (diff)
downloadperl-e0721b194eb92292b2e8df7063d6c95f6d0df0ed.tar.gz
Integrate from mainperl.
p4raw-id: //depot/cfgperl@3434
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 7ed806eb82..1213231051 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -987,12 +987,12 @@ references can be weakened.
an assignment operator, which implies modifying the value itself.
Perhaps you need to copy the value to a temporary, and repeat that.
-=item Cannot find an opnumber for "%s"
+=item Can't find an opnumber for "%s"
(F) A string of a form C<CORE::word> was given to prototype(), but
there is no builtin with the name C<word>.
-=item Cannot resolve method `%s' overloading `%s' in package `%s'
+=item Can't resolve method `%s' overloading `%s' in package `%s'
(F|P) Error resolving overloading specified by a method name (as
opposed to a subroutine reference): no such method callable via the