Mercurial > hg > monetdb-perl
view DBD/Makefile.PL @ 0:cedccb7e0143
Copy of clients/perl directory without Tests from MonetDB changeset 4d2d4532228a.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Mon, 19 Sep 2016 15:15:52 +0200 (2016-09-19) |
parents | |
children | f899cb48b4cc |
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' => 0.01 } );