[perl #118525] Return B::HEK for B::CV::GV of lexical subs
authorReini Urban <rurban@x-ray.at>
Thu, 11 Jul 2013 17:09:15 +0000 (12:09 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 06:20:55 +0000 (23:20 -0700)
commit8748370e90a24f3901d476f43ed77f1ac3d861f4
tree82cd00caa4ece99b70c6462aac33479884aadd38
parent0d974c9d49eeff5a22550b2f774216c453689bd0
[perl #118525] Return B::HEK for B::CV::GV of lexical subs

A lexsub has a hek instead of a gv. Provide a ref to a PV for the name
in the new B::HEK class.
This crashed previously accessing the not existing SvFLAGS of the hek.
ext/B/B.pm
ext/B/B.xs