Mercurial > hg > monetdb-perl
view MonetDB-CLI-MapiPP/MonetDB/CLI/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 => 'MonetDB::CLI::MapiPP' , VERSION_FROM => 'MapiPP.pm' , ABSTRACT_FROM => 'MapiPP.pm' , PREREQ_PM => { 'IO::Socket::INET' => 0 } );