Mercurial > hg > monetdb-perl
view DBD/Makefile.PL @ 11:b9e0744b2396
Point to our https site.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Mon, 30 Sep 2019 21:24:58 +0200 (2019-09-30) |
parents | f899cb48b4cc |
children |
line wrap: on
line source
use ExtUtils::MakeMaker; WriteMakefile ( NAME => 'DBD::monetdb' , VERSION_FROM => 'monetdb.pm' , ABSTRACT_FROM => 'monetdb.pm' , PREREQ_PM => { DBI => 1.45, 'MonetDB::CLI' => 1.00 } );