comparison MonetDB-CLI/MonetDB/Makefile.PL @ 1:f899cb48b4cc

Turned into independent repository. Updated version numbers to 1.00; added Fedora spec file; added top-level Makefile.
author Sjoerd Mullender <sjoerd@acm.org>
date Mon, 19 Sep 2016 15:20:16 +0200 (2016-09-19)
parents cedccb7e0143
children
comparison
equal deleted inserted replaced
0:cedccb7e0143 1:f899cb48b4cc
3 WriteMakefile 3 WriteMakefile
4 ( 4 (
5 NAME => 'MonetDB::CLI' 5 NAME => 'MonetDB::CLI'
6 , VERSION_FROM => 'CLI.pm' 6 , VERSION_FROM => 'CLI.pm'
7 , ABSTRACT_FROM => 'CLI.pm' 7 , ABSTRACT_FROM => 'CLI.pm'
8 , PREREQ_PM => { 'MonetDB::CLI::MapiPP' => 0.01 } 8 , PREREQ_PM => { 'MonetDB::CLI::MapiPP' => 1.00 }
9 ); 9 );