Bump version and update Changes
[gruntmaster-data.git] / README
CommitLineData
d26f8aca
MG
1Gruntmaster-Data version 6000.001
2=================================
bbf8209c 3
2c7f0a5d 4This distribution contains:
bbf8209c 5
e1b9f3dd
MG
6* Gruntmaster::Data, a library for interacting with the
7 Gruntmaster 6000 database
8* gm, a command-line tool for viewing and editing the database
9* gruntmaster-opener, a command-line tool that reads an access log and
10 marks problems as being opened.
bbf8209c
MG
11
12INSTALLATION
13
14To install this module type the following:
15
16 perl Makefile.PL
17 make
18 make test
19 make install
20
21DEPENDENCIES
22
23This module requires these other modules and libraries:
24
e1b9f3dd 25* App::Cmd
16f8d327 26* Date::Parse
e1b9f3dd
MG
27* DBI
28* DBIx::Simple
29* DBD::Pg
16f8d327
MG
30* File::Slurp
31* IO::Prompter
e1b9f3dd
MG
32* JSON::MaybeXS
33* PerlX::Maybe
34* SQL::Abstract
35* Test::Deep (for testing)
bbf8209c
MG
36
37COPYRIGHT AND LICENCE
38
b35cbc0d 39Copyright (C) 2014-2016 by Marius Gavrilescu
bbf8209c 40
9d2e740e 41This library is free software; you can redistribute it and/or modify
e1b9f3dd 42it under the same terms as Perl itself, either Perl version 5.20.1 or,
9d2e740e 43at your option, any later version of Perl 5 you may have available.
This page took 0.015449 seconds and 4 git commands to generate.