Add NAME attribute to suppress MakeMaker "guess" warning
[p5sagit/p5-mst-13.2.git] / ext / SDBM_File / Makefile.PL
index 2ad5745..8fc9411 100644 (file)
@@ -6,6 +6,7 @@ use ExtUtils::MakeMaker;
 # which perform the corresponding actions in the subdirectory.
 
 WriteMakefile(
+    NAME       => 'SDBM_File',
     MYEXTLIB => 'sdbm/libsdbm$(LIB_EXT)',
     MAN3PODS   => ' ',         # Pods will be built by installman.
     XSPROTOARG => '-noprototypes',             # XXX remove later?