summaryrefslogtreecommitdiff
path: root/ext/GDBM_File/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/GDBM_File/Makefile.PL')
-rw-r--r--ext/GDBM_File/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/GDBM_File/Makefile.PL b/ext/GDBM_File/Makefile.PL
index 627800899b..1925623031 100644
--- a/ext/GDBM_File/Makefile.PL
+++ b/ext/GDBM_File/Makefile.PL
@@ -3,4 +3,5 @@ WriteMakefile(
LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"],
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
+ VERSION_FROM => 'GDBM_File.pm',
);