summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorPaul Moore <Paul.Moore@uk.origin-it.com>1999-11-02 11:11:25 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-02 04:17:43 +0000
commit220398a0501cffd114fa4441a4a685dc486ed3d8 (patch)
treeafb7531e11c154e2149b77a89f86a6e2c76768f1 /op.c
parent4348140855c01942a6531a8decdfe1325fe36f8a (diff)
downloadperl-220398a0501cffd114fa4441a4a685dc486ed3d8.tar.gz
various File::Glob fixes for DOSISH platforms
Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com> Subject: File::Glob again. Final patch, honest! p4raw-id: //depot/perl@4615
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 80fb550010..1be2428406 100644
--- a/op.c
+++ b/op.c
@@ -5357,7 +5357,7 @@ Perl_ck_glob(pTHX_ OP *o)
modname->op_private |= OPpCONST_BARE;
ENTER;
utilize(1, start_subparse(FALSE, 0), Nullop, modname,
- newSVOP(OP_CONST, 0, newSVpvn("globally", 8)));
+ newSVOP(OP_CONST, 0, newSVpvn(":globally", 9)));
gv = gv_fetchpv("CORE::GLOBAL::glob", FALSE, SVt_PVCV);
LEAVE;
}