Stop using PL_glob_index for PL_globhook
authorFather Chrysostomos <sprout@cpan.org>
Sat, 28 Apr 2012 07:18:30 +0000 (00:18 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 10 Dec 2012 02:47:20 +0000 (18:47 -0800)
commitc58b680b06b94939ee921d7062cd14927136ae30
treee8012ebb94b4e9a7bee7bfebc5f073744237b7f9
parent9423a867e1bcf854b0ed9fff9eacaadd6f48ca8d
Stop using PL_glob_index for PL_globhook

If Glob.xs just uses the address of PL_op as its iterator key all the
time (when called via PL_globhook too, not just via a glob override),
the code is simpler.
ext/File-Glob/Glob.xs
op.c
pp_sys.c