summaryrefslogtreecommitdiff
path: root/ext/Safe/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Safe/Makefile.PL')
-rw-r--r--ext/Safe/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Safe/Makefile.PL b/ext/Safe/Makefile.PL
index 2024998728..77d3b7372e 100644
--- a/ext/Safe/Makefile.PL
+++ b/ext/Safe/Makefile.PL
@@ -2,4 +2,5 @@ use ExtUtils::MakeMaker;
WriteMakefile(
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
+ VERSION_FROM => 'Safe.pm',
);