This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert #15200 for backwards compatiblity reasons.
[perl5.git] / pod / perldiag.pod
index b2284aa..c86ed26 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 file %s
+=item Can't locate %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,