summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-16 21:27:18 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-16 21:27:18 +0000
commit38b8243ab0d66a9a580a7dbf933f909a51f9cc79 (patch)
tree7666073436b0eed4e35c9f59e53b02589d313d78 /pp_ctl.c
parent21b24fed243b3f9c67f84676302e2977a490e45d (diff)
downloadperl-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 '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 55881de638..ede74b5ca7 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -2463,7 +2463,7 @@ PP(pp_require)
SvREFCNT_dec(namesv);
if (!tryrsfp) {
if (op->op_type == OP_REQUIRE) {
- SV *msg = sv_2mortal(newSVpvf("Can't locate file '%s' in @INC", name));
+ SV *msg = sv_2mortal(newSVpvf("Can't locate '%s' in @INC", name));
SV *dirmsgsv = NEWSV(0, 0);
AV *ar = GvAVn(incgv);
I32 i;