Stop CORE::GLOBAL::require lookup from crashing on stub
authorFather Chrysostomos <sprout@cpan.org>
Mon, 4 Nov 2013 01:32:37 +0000 (17:32 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 4 Nov 2013 13:10:19 +0000 (05:10 -0800)
commitfcea1f7ab3c76999bee1de7ecaccb9ac4b0584e2
tree779792978e4327ef6cb0269803fc62bf79aa96a1
parentae2c6838c973a880f09c0c8e26544d61077935a5
Stop CORE::GLOBAL::require lookup from crashing on stub

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