Bump version and update Changes
[gruntmaster-data.git] / README
... / ...
CommitLineData
1Gruntmaster-Data version 5999.000_014
2=====================================
3
4This distribution contains:
5
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.
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
25* App::Cmd
26* Date::Parse
27* DBI
28* DBIx::Simple
29* DBD::Pg
30* File::Slurp
31* IO::Prompter
32* JSON::MaybeXS
33* PerlX::Maybe
34* SQL::Abstract
35* Test::Deep (for testing)
36
37COPYRIGHT AND LICENCE
38
39Copyright (C) 2014-2015 by Marius Gavrilescu
40
41This library is free software; you can redistribute it and/or modify
42it under the same terms as Perl itself, either Perl version 5.20.1 or,
43at your option, any later version of Perl 5 you may have available.
This page took 0.008447 seconds and 4 git commands to generate.