This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
assume cleared hv can't be re-blessed
[perl5.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 );