EU::ParseXS: Drop dup'd code: make_targetable moves to EU::Typemaps
authorSteffen Mueller <smueller@cpan.org>
Wed, 22 May 2013 19:53:44 +0000 (21:53 +0200)
committerSteffen Mueller <smueller@cpan.org>
Tue, 25 Jun 2013 06:00:25 +0000 (08:00 +0200)
commit33de40a5a571ddfe03de5490b56560c86bcdf7c4
tree8d84fb9027ed74fdd6dc61949b020baf5cc16d0e
parentf2fab6eee647db5d652bfd79ba5bdec99009f953
EU::ParseXS: Drop dup'd code: make_targetable moves to EU::Typemaps

The make_targetable function in ExtUtils::ParseXS::Utilities now lives
in ExtUtils::Typemaps::OutputMap as method 'targetable' since the code
was quite duplicated before. Makes very minor adjustments to
'targetable'.

Removes the flawed make_targetable tests. Improved tests in lieu of the
old ones will be added asap.
MANIFEST
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm
dist/ExtUtils-ParseXS/t/107-make_targetable.t [deleted file]