a8d695cc0bbf60261a1e02b957e93679bd7ded30
[gruntmaster-data.git] / README
1 Gruntmaster-Data version 5999.000_013
2 =====================================
3
4 This 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
12 INSTALLATION
13
14 To install this module type the following:
15
16 perl Makefile.PL
17 make
18 make test
19 make install
20
21 DEPENDENCIES
22
23 This 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
37 COPYRIGHT AND LICENCE
38
39 Copyright (C) 2014-2015 by Marius Gavrilescu
40
41 This library is free software; you can redistribute it and/or modify
42 it under the same terms as Perl itself, either Perl version 5.20.1 or,
43 at your option, any later version of Perl 5 you may have available.
This page took 0.020063 seconds and 3 git commands to generate.