diff options
Diffstat (limited to 'ext/NDBM_File/Makefile.PL')
-rw-r--r-- | ext/NDBM_File/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/NDBM_File/Makefile.PL b/ext/NDBM_File/Makefile.PL index c765dd5cd9..9fd37eb85e 100644 --- a/ext/NDBM_File/Makefile.PL +++ b/ext/NDBM_File/Makefile.PL @@ -3,4 +3,5 @@ WriteMakefile( LIBS => ["-L/usr/local/lib -lndbm", "-ldbm -lucb"], MAN3PODS => ' ', # Pods will be built by installman. XSPROTOARG => '-noprototypes', # XXX remove later? + VERSION_FROM => 'NDBM_File.pm', ); |