diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-23 18:02:21 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-23 18:02:21 +0000 |
commit | cca87523cf2ee6eb48a8a0b1a57f8bea2c4b1915 (patch) | |
tree | a2c899088a56e962fb5446a3a304fb85b5c658c8 /pp_ctl.c | |
parent | ce5ffdc7f30bda388fc3a94fecb8e0d96662dbed (diff) | |
download | perl-cca87523cf2ee6eb48a8a0b1a57f8bea2c4b1915.tar.gz |
[win32] merge change#1011 from maintbranch
p4raw-link: @1011 on //depot/maint-5.004/perl: b1b8a6f107d7c2d590be5dde4bedaf8d36872c82
p4raw-id: //depot/win32/perl@1027
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2465,7 +2465,7 @@ PP(pp_require) SvREFCNT_dec(namesv); if (!tryrsfp) { if (op->op_type == OP_REQUIRE) { - SV *msg = sv_2mortal(newSVpvf("Can't locate '%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; |