s/use vars/our/g modules that aren't independently maintained on CPAN
[p5sagit/p5-mst-13.2.git] / ext / GDBM_File / Makefile.PL
CommitLineData
42793c05 1use ExtUtils::MakeMaker;
4ad3186e 2WriteMakefile(
1adb159c 3 NAME => 'GDBM_File',
4ad3186e 4 LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"],
69158f75 5 MAN3PODS => {}, # Pods will be built by installman.
4ad3186e 6 XSPROTOARG => '-noprototypes', # XXX remove later?
c07a80fd 7 VERSION_FROM => 'GDBM_File.pm',
4ad3186e 8);