summaryrefslogtreecommitdiff
path: root/ext/Fcntl/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Fcntl/Makefile.PL')
-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 c432e1aa63..9dc0474e7e 100644
--- a/ext/Fcntl/Makefile.PL
+++ b/ext/Fcntl/Makefile.PL
@@ -2,5 +2,6 @@ use ExtUtils::MakeMaker;
WriteMakefile(
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
+ VERSION_FROM => 'Fcntl.pm',
);