This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make B::HV::NAME an ALIAS of B::GV::NAME, as both convert HEKs to SVs.
authorNicholas Clark <nick@ccl4.org>
Sat, 30 Oct 2010 20:29:39 +0000 (21:29 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 30 Oct 2010 20:29:39 +0000 (21:29 +0100)
commit435e8dd0d80d4d354981c5cf9051cdea58fcf07e
tree5501de26f8c026a047c767c79fed6b53444d14dd
parent91a71e08ec845a3a9081c223b9074a7367f5086b
Make B::HV::NAME an ALIAS of B::GV::NAME, as both convert HEKs to SVs.

Previously B::HV::NAME was a simple XS wrapper around HvNAME(), which meant a
conversion to a char *, and then back to an SV.
ext/B/B.xs