Disambiguate "Can't locate"
[p5sagit/p5-mst-13.2.git] / pod / perldiag.pod
index c86ed26..b2284aa 100644 (file)
@@ -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,