This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove another dead function in vms/vms.c.
[perl5.git] / ext / ODBM_File / Makefile.PL
CommitLineData
42793c05 1use ExtUtils::MakeMaker;
4ad3186e 2WriteMakefile(
1adb159c 3 NAME => 'ODBM_File',
4ad3186e 4 LIBS => ["-ldbm -lucb"],
4ad3186e 5 XSPROTOARG => '-noprototypes', # XXX remove later?
c07a80fd 6 VERSION_FROM => 'ODBM_File.pm',
4ad3186e 7);