Stop CORE::GLOBAL::do lookup from crashing on stub
authorFather Chrysostomos <sprout@cpan.org>
Mon, 4 Nov 2013 01:24:50 +0000 (17:24 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 4 Nov 2013 13:10:19 +0000 (05:10 -0800)
commit069abe75ae564d7bac9bdf9eeac40f3ca9447539
tree871feba3d620f9e6cc06a096893a6c4c68272335
parent3386c920d024b7aaa613cda823bad312086c33ff
Stop CORE::GLOBAL::do lookup from crashing on stub

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