diff MonetDB-CLI-MapiPP/MonetDB/CLI/Makefile.PL @ 0:cedccb7e0143

Copy of clients/perl directory without Tests from MonetDB changeset 4d2d4532228a.
author Sjoerd Mullender <sjoerd@acm.org>
date Mon, 19 Sep 2016 15:15:52 +0200 (2016-09-19)
parents
children f899cb48b4cc
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/MonetDB-CLI-MapiPP/MonetDB/CLI/Makefile.PL
@@ -0,0 +1,9 @@
+use ExtUtils::MakeMaker;
+
+WriteMakefile
+(
+  NAME          => 'MonetDB::CLI::MapiPP'
+, VERSION_FROM  => 'MapiPP.pm'
+, ABSTRACT_FROM => 'MapiPP.pm'
+, PREREQ_PM     => { 'IO::Socket::INET' => 0 }
+);