summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorMike Guy <mjtg@cam.ac.uk>2002-03-12 16:04:23 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-03-12 15:16:05 +0000
commit7530c94cc4e2a136116a8545073135072061ee62 (patch)
tree7376fd5b9b71af76edfabb6df047e01bc8625280 /pod
parent659293e7d4ba44b453d05b6b3c67d48aae91bc49 (diff)
downloadperl-7530c94cc4e2a136116a8545073135072061ee62.tar.gz
Disambiguate "Can't locate"
Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@15200
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index c86ed26e5a..b2284aa10d 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -785,7 +785,7 @@ handle, because when it goes to restore the old value of whatever $ref
pointed to after the scope of the local() is finished, it can't be sure
that $ref will still be a reference.
-=item Can't locate %s
+=item Can't locate file %s
(F) You said to C<do> (or C<require>, or C<use>) a file that couldn't be
found. Perl looks for the file in all the locations mentioned in @INC,