Stop CORE::GLOBAL::glob lookup from crashing on stub
authorFather Chrysostomos <sprout@cpan.org>
Mon, 4 Nov 2013 01:27:07 +0000 (17:27 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 4 Nov 2013 13:10:19 +0000 (05:10 -0800)
commitae2c6838c973a880f09c0c8e26544d61077935a5
tree3fe43f966d9da225b3c655122740bc468ac9244d
parent069abe75ae564d7bac9bdf9eeac40f3ca9447539
Stop CORE::GLOBAL::glob lookup from crashing on stub

‘sub CORE::GLOBAL::glob;’ doesn’t create a full glob, but cheats for
efficiency.  Compilation of glob ops was not taking this into account.
op.c
t/op/override.t