This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b66ea8c
)
ck_glob() - add a little code comment
author
David Mitchell
<davem@iabyn.com>
Fri, 31 Dec 2010 14:53:24 +0000
(14:53 +0000)
committer
David Mitchell
<davem@iabyn.com>
Sun, 2 Jan 2011 20:00:27 +0000
(20:00 +0000)
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
99d244c
..
ba9e2e2
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-7638,7
+7638,7
@@
Perl_ck_glob(pTHX_ OP *o)
o = ck_fun(o);
if ((o->op_flags & OPf_KIDS) && !cLISTOPo->op_first->op_sibling)
- op_append_elem(OP_GLOB, o, newDEFSVOP());
+ op_append_elem(OP_GLOB, o, newDEFSVOP());
/* glob() => glob($_) */
if (!((gv = gv_fetchpvs("glob", GV_NOTQUAL, SVt_PVCV))
&& GvCVu(gv) && GvIMPORTED_CV(gv)))