Win32 changes over 5.004_52:
[p5sagit/p5-mst-13.2.git] / ext / Fcntl / Makefile.PL
index c432e1a..66a6df6 100644 (file)
@@ -1,6 +1,8 @@
 use ExtUtils::MakeMaker;
 WriteMakefile(
+    NAME       => 'Fcntl',
     MAN3PODS   => ' ',         # Pods will be built by installman.
     XSPROTOARG => '-noprototypes',             # XXX remove later?
+    VERSION_FROM => 'Fcntl.pm',
 );