Mercurial > hg > monetdb-perl
view MonetDB-CLI-MapiPP/MonetDB/CLI/Makefile.PL @ 43:17959d0d6923
Also pass MONETDB_DATABASE
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Fri, 18 Dec 2020 10:35:27 +0100 (2020-12-18) |
parents | f899cb48b4cc |
children |
line wrap: on
line source
use ExtUtils::MakeMaker; WriteMakefile ( NAME => 'MonetDB::CLI::MapiPP' , VERSION_FROM => 'MapiPP.pm' , ABSTRACT_FROM => 'MapiPP.pm' , PREREQ_PM => { 'IO::Socket::INET' => 0 } );