This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c:ck_glob: Don’t do gv_fetchpv("CORE::GLOBAL::glob")
authorFather Chrysostomos <sprout@cpan.org>
Sun, 29 Apr 2012 18:11:15 +0000 (11:11 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 04:37:36 +0000 (21:37 -0700)
commit8113e1cc7c375dad847f931e099f9f0275786874
tree262a3d3984dae2a00180fc4ae5378f447b6ebb1e
parentd1bef648d00af2e0c9ce78078a6f5588f1a9f79d
op.c:ck_glob: Don’t do gv_fetchpv("CORE::GLOBAL::glob")

We have PL_globalstash precisely to avoid the nested stash lookup in
cases like these.
op.c