This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
EU::Typemaps: Helper module for easy typemap inclusion in XS
authorSteffen Mueller <smueller@cpan.org>
Thu, 19 Jan 2012 16:58:49 +0000 (17:58 +0100)
committerSteffen Mueller <smueller@cpan.org>
Thu, 19 Jan 2012 17:32:39 +0000 (18:32 +0100)
commitdbeddf837c5004f969a98eb4c1054cccb935a502
tree519d632af57c2649150714d5ebf4e4b4355e93ad
parent0cb6cb0cb03ca795cc55f4c9fed94fee702227bf
EU::Typemaps: Helper module for easy typemap inclusion in XS

In order to be able to deprecate certain typemaps from the core and send
them to a peaceful retirement on the CPAN, it's necessary to make it
easy to share and include these typemaps in case they're used despite
CPAN greps claiming the opposite. This helper module facilitates
non-copy-and-paste sharing of typemaps by adding a dependency and
including a single line of code in the XS.
MANIFEST
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/515-t-cmd.t [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/lib/ExtUtils/Typemaps/Test.pm [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/lib/TypemapTest/Foo.pm [new file with mode: 0644]