[perl #90898] B::Deparse failure on glob()
authorFather Chrysostomos <sprout@cpan.org>
Wed, 18 May 2011 21:38:48 +0000 (14:38 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 18 May 2011 21:38:48 +0000 (14:38 -0700)
commitcb8578ffae704f3e20f9f83baa8b9542a9b6add6
tree645d5a2c41254d4679c86189aad5912292c99617
parentc5333953a555847ef4f1457905bf0f111a79eb72
[perl #90898] B::Deparse failure on glob()

Change d1bea3d changed the way that glob() is converted into
a CORE::GLOBAL::glob call, by preserving the OP_GLOB node, so
that it could still do overloading.

But B::Deparse was never updated to account for the change to
the op tree.
dist/B-Deparse/Deparse.pm
dist/B-Deparse/t/deparse.t