Mercurial > hg > monetdb-perl
comparison MonetDB-CLI/MonetDB/CLI.pm @ 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 | a0ec9e080a5b |
comparison
equal
deleted
inserted
replaced
0:cedccb7e0143 | 1:f899cb48b4cc |
---|---|
1 package MonetDB::CLI; | 1 package MonetDB::CLI; |
2 | 2 |
3 our $VERSION = '0.03'; | 3 our $VERSION = '1.00'; |
4 | 4 |
5 our @Modules = split /;/, $ENV{PERL_MONETDB_CLI_MODULES} | 5 our @Modules = split /;/, $ENV{PERL_MONETDB_CLI_MODULES} |
6 || 'MonetDB::CLI::MapiPP'; | 6 || 'MonetDB::CLI::MapiPP'; |
7 | 7 |
8 sub connect | 8 sub connect |