S_utf16_textfilter() was not returning EOF correctly in some situations.
[p5sagit/p5-mst-13.2.git] / ext / XS-Typemap / Makefile.PL
CommitLineData
ea035a69 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 'NAME' => 'XS::Typemap',
5 'VERSION_FROM' => 'Typemap.pm',
6 'dist' => { COMPRESS => "gzip -9f"},
7 OBJECT => 'stdio.o Typemap.o',
8 ABSTRACT_FROM => 'Typemap.pm',
9 AUTHOR => 'Tim Jenness <t.jenness@jach.hawaii.edu>',
10);
11
12
13# Nothing to install (except maybe the XS::Typemap.xs documentation)
14
15sub MY::install { "install ::\n" };