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:
9840cde
)
Remove comment from ck_glob that is no longer relevant
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 6 Aug 2011 12:55:57 +0000
(
05:55
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 6 Aug 2011 16:27:28 +0000
(09:27 -0700)
This code was made more failsafe by commit
4984aa345
.
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
c9b4d51
..
38cfc10
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-7900,7
+7900,6
@@
Perl_ck_glob(pTHX_ OP *o)
}
#if !defined(PERL_EXTERNAL_GLOB)
- /* XXX this can be tightened up and made more failsafe. */
if (!(gv && GvCVu(gv) && GvIMPORTED_CV(gv))) {
GV *glob_gv;
ENTER;