view MonetDB-CLI-MapiPP/MonetDB/CLI/Makefile.PL @ 48:1bdbb3ca1ae0

Update internal version numbers, and make sure they get updated in the future.
author Sjoerd Mullender <sjoerd@acm.org>
date Wed, 02 Jun 2021 17:19:26 +0200 (2021-06-02)
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  }
);