diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-16 21:27:18 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-16 21:27:18 +0000 |
commit | 38b8243ab0d66a9a580a7dbf933f909a51f9cc79 (patch) | |
tree | 7666073436b0eed4e35c9f59e53b02589d313d78 /pod | |
parent | 21b24fed243b3f9c67f84676302e2977a490e45d (diff) | |
download | perl-38b8243ab0d66a9a580a7dbf933f909a51f9cc79.tar.gz |
[win32] merge changes#989,990,992 from maintbranch
p4raw-link: @992 on //depot/maint-5.004/perl: 939cd61b8f2cacc306672f95f1fdd75c8a467988
p4raw-link: @990 on //depot/maint-5.004/perl: 8025562d4dc1786ce758f6f408dd237fc4eca71e
p4raw-link: @989 on //depot/maint-5.004/perl: 7ba7701dce644462ff1139b413d24e4f7004bf2e
p4raw-id: //depot/win32/perl@1004
Diffstat (limited to '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 cd4c876261..d51551756a 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -670,7 +670,7 @@ but there is no function to autoload. Most probable causes are a misprint in a function/method name or a failure to C<AutoSplit> the file, say, by doing C<make install>. -=item Can't locate file '%s' in @INC +=item Can't locate %s in @INC (F) You said to do (or require, or use) a file that couldn't be found in any of the libraries mentioned in @INC. Perhaps you need to set the |