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