view DBD/Makefile.PL @ 41:5b27d21cf817

comment in test script
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Thu, 17 Dec 2020 14:28:06 +0100 (2020-12-17)
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 }
);