summaryrefslogtreecommitdiff
path: root/pp_ctl.c
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 /pp_ctl.c
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 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 11b36134ff..9c4479b9c0 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3155,7 +3155,7 @@ PP(pp_require)
SvREFCNT_dec(dirmsgsv);
msgstr = SvPV_nolen(msg);
}
- DIE(aTHX_ "Can't locate %s", msgstr);
+ DIE(aTHX_ "Can't locate file %s", msgstr);
}
RETPUSHUNDEF;