Add NAME attribute to suppress MakeMaker "guess" warning
[p5sagit/p5-mst-13.2.git] / ext / GDBM_File / Makefile.PL
index 1925623..d244613 100644 (file)
@@ -1,5 +1,6 @@
 use ExtUtils::MakeMaker;
 WriteMakefile(
+    NAME => 'GDBM_File',
     LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"],
     MAN3PODS   => ' ',         # Pods will be built by installman.
     XSPROTOARG => '-noprototypes',             # XXX remove later?