perl 5.002beta2 patch
[p5sagit/p5-mst-13.2.git] / ext / GDBM_File / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"],
4     MAN3PODS    => ' ',         # Pods will be built by installman.
5     XSPROTOARG => '-noprototypes',              # XXX remove later?
6 );