This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t pass PL_glob_index to glob overrides
authorFather Chrysostomos <sprout@cpan.org>
Sun, 9 Dec 2012 00:38:59 +0000 (16:38 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 10 Dec 2012 02:47:19 +0000 (18:47 -0800)
commit9423a867e1bcf854b0ed9fff9eacaadd6f48ca8d
treef019467e1b9ccdb239a6186e9d06eed18adf7fc5
parentf01818e214428dd68e3cb9d9c7cead608216ffa5
Don’t pass PL_glob_index to glob overrides

This magic second argument is undocumented and unused on CPAN and in
the core (as of the last few commits).

It could also get in the way of making glob truly overridable in the
future (e.g., allowing File::Glob to take a list).
op.c
pp_sys.c