Glob.xs: Refactor iteration into separate function
authorFather Chrysostomos <sprout@cpan.org>
Sat, 29 Oct 2011 05:47:20 +0000 (22:47 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 29 Oct 2011 05:47:20 +0000 (22:47 -0700)
commit88b04955bf917680915463d4ea09b03db53330dc
tree6643c12d9b67b7d8840cc9774cf9aea5a7f5d8df
parent03dcbf21884be0f98bc3dc2bfdd8aaaf356ee862
Glob.xs: Refactor iteration into separate function

Parsing of a glob pattern and iteration logic are now in separate
functions, so that another function (soon to be added) can share
the same iteration code.
ext/File-Glob/Glob.xs