Eliminate four unsightly magical hash refs
authorSteffen Mueller <smueller@cpan.org>
Fri, 18 Feb 2011 21:18:02 +0000 (22:18 +0100)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:54:50 +0000 (20:54 +0200)
commit69b19f32a0680f8a57aec35c0330e8bef0bf7a49
tree1adab2cb5c8f10c7fab807d2561ea219832edfe7
parent0ad9d71f5489d8c7f128d41180f191368d91601c
Eliminate four unsightly magical hash refs

Previously, we'd be generating and passing around four lookup tables for
C-type to XS-type (type kind), C-type to prototype, XS-type to input map
code, and XS-type to output map code. This is now all handled by
ExtUtils::Typemaps.
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
dist/ExtUtils-ParseXS/t/600-t-compat.t