This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweak ExtUtils::Constant::ProxySubs to use hv_exists_ent().
authorNicholas Clark <nick@ccl4.org>
Tue, 21 Sep 2010 13:27:19 +0000 (14:27 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 21 Sep 2010 13:27:19 +0000 (14:27 +0100)
commit575f055216d48b9f31b3f00143a8d474fcf7ad80
treedbe8f8346e4f5eca140c033668ee275483b71ba4
parent8c5ae9a317f870fc7f907bff15be2ed3bcb7b7a4
Tweak ExtUtils::Constant::ProxySubs to use hv_exists_ent().

Previously it was using hv_exists(), requiring extra code to unpack the SV and
convert it to the correct string form for the hash API.
cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm