summaryrefslogtreecommitdiff
path: root/ext/Fcntl
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-06-23 10:47:59 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-06-23 10:47:59 +0000
commit1adb159c9e6f4ac956dc944251da05cb1fe521ec (patch)
treefdede9e3f102c1405d64c7e9331c02267422e358 /ext/Fcntl
parent91c9f48204313f48283803346d8dfde2a6b56717 (diff)
downloadperl-1adb159c9e6f4ac956dc944251da05cb1fe521ec.tar.gz
Add NAME attribute to suppress MakeMaker "guess" warning
Diffstat (limited to 'ext/Fcntl')
-rw-r--r--ext/Fcntl/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Fcntl/Makefile.PL b/ext/Fcntl/Makefile.PL
index 9dc0474e7e..66a6df6060 100644
--- a/ext/Fcntl/Makefile.PL
+++ b/ext/Fcntl/Makefile.PL
@@ -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',