diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-05-17 21:25:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-05-17 21:25:54 +0000 |
commit | e0721b194eb92292b2e8df7063d6c95f6d0df0ed (patch) | |
tree | ea8be35b729d4347a2e6aa2054c498ccb42dbd1d /pod | |
parent | ab59c3aa07165586a14f7f4b0eee3be63f4e2b76 (diff) | |
parent | 0c1a8ec7bddcb61a4b45cf947cb375e7d350aaa6 (diff) | |
download | perl-e0721b194eb92292b2e8df7063d6c95f6d0df0ed.tar.gz |
Integrate from mainperl.
p4raw-id: //depot/cfgperl@3434
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 4 |
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 |