S_utf16_textfilter() was not returning EOF correctly in some situations.
[p5sagit/p5-mst-13.2.git] / ext / ODBM_File / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     NAME        => 'ODBM_File',
4     LIBS => ["-ldbm -lucb"],
5     XSPROTOARG => '-noprototypes',              # XXX remove later?
6     VERSION_FROM => 'ODBM_File.pm', 
7 );