Add NAME attribute to suppress MakeMaker "guess" warning
[p5sagit/p5-mst-13.2.git] / ext / FileHandle / Makefile.PL
index 0ce2220..7efd382 100644 (file)
@@ -1,5 +1,6 @@
 use ExtUtils::MakeMaker;
 WriteMakefile(
+    NAME       => 'FileHandle',
     MAN3PODS   => ' ',                 # Pods will be built by installman.
     XSPROTOARG => '-noprototypes',     # XXX remove later?
     VERSION_FROM => 'FileHandle.pm',