Allow semi-colon on TYPEMAP: line to work without it on the closing delim.
authorMatthew Horsfall <wolfsage@gmail.com>
Thu, 12 Sep 2013 18:26:45 +0000 (14:26 -0400)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 12 Sep 2013 21:35:23 +0000 (14:35 -0700)
commite15ca23a92d880854f025fe87b3b773259728d6f
treedb3c49634417f2b8dc8622f0e56eba1232c41ef8
parent77f1e6e488d711b4a6a4888892546c546b405740
Allow semi-colon on TYPEMAP: line to work without it on the closing delim.

This means:

TYPEMAP: <<FOO;
Something T_IV
FOO

will now work.
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
dist/ExtUtils-ParseXS/t/002-more.t
dist/ExtUtils-ParseXS/t/XSMore.xs