Extract typemap-related code from ExtUtils::ParseXS
authorSteffen Mueller <smueller@cpan.org>
Thu, 10 Feb 2011 12:51:54 +0000 (13:51 +0100)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:54:47 +0000 (20:54 +0200)
commit297f4492727bfe2e14e861778aa471db20d854dd
treee74e4a3c0b34ee4af7591cb31e6663ff019c3689
parent59732b25ea05750025a261938742b7830822f2a9
Extract typemap-related code from ExtUtils::ParseXS

This was available from CPAN a while ago. The plan is to use it to make
the typemap parsing and manipulation saner and rip the parser from
ExtUtils::ParseXS' dead claws.
13 files changed:
MANIFEST
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemap.pm [new file with mode: 0644]
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemap/InputMap.pm [new file with mode: 0644]
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemap/OutputMap.pm [new file with mode: 0644]
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemap/Type.pm [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/501-t-compile.t [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/510-t-bare.t [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/511-t-whitespace.t [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/512-t-file.t [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/513-t-merge.t [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/data/combined.typemap [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/data/other.typemap [new file with mode: 0644]
dist/ExtUtils-ParseXS/t/data/simple.typemap [new file with mode: 0644]