This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add NAME attribute to suppress MakeMaker "guess" warning
[perl5.git] / ext / Fcntl / Makefile.PL
index 9dc0474..66a6df6 100644 (file)
@@ -1,5 +1,6 @@
 use ExtUtils::MakeMaker;
 WriteMakefile(
+    NAME       => 'Fcntl',
     MAN3PODS   => ' ',         # Pods will be built by installman.
     XSPROTOARG => '-noprototypes',             # XXX remove later?
     VERSION_FROM => 'Fcntl.pm',