This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Locale-Codes to CPAN version 3.35
[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 );