Explicitly pass $hiertype to map_type()
authorJames E. Keenan <jkeenan@cpan.org>
Sat, 20 Mar 2010 18:20:29 +0000 (14:20 -0400)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:53:51 +0000 (20:53 +0200)
commit0ec7450ced20cb81face390bacda9f4248c0cdff
tree67fc0357351e711d7e1df72efd1d76cea9f671a8
parentf0744969d45319a662278673daa7f9c5192b1a84
Explicitly pass $hiertype to map_type()

Also adjust all (3) calls to map_type() to suit. We can do this
because $hiertype is read, but not written to, within map_type().
map_type() is now fully encapsulated and can be extracted from the
main package and placed in EU::PXS::Utilities.
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm