diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-02 09:06:39 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-02 09:06:39 +0000 |
commit | 76d7dbc5ee826ff9bf409215d75d2f6447f11cf0 (patch) | |
tree | 07ddab5e16421d68040e96d977b87b121367d401 /pod/perldiag.pod | |
parent | 1d8a027ef3e36add322b9ec399a449abdc9ee733 (diff) | |
download | perl-76d7dbc5ee826ff9bf409215d75d2f6447f11cf0.tar.gz |
Fix changed diagnostic
p4raw-id: //depot/perl@24671
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 226be85d1d..7a72ce71d5 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3648,7 +3648,7 @@ a block by itself. (W unopened) You tried to use the stat() function on a filehandle that was either never opened or has since been closed. -=item Stub found while resolving method `%s' overloading %s +=item Stub found while resolving method "%s" overloading "%s" (P) Overloading resolution over @ISA tree may be broken by importation stubs. Stubs should never be implicitly created, but explicit calls to |