]>
Commit | Line | Data |
---|---|---|
add75bf5 | 1 | Gruntmaster-Data version 5999.000_015 |
bbf8209c MG |
2 | ===================================== |
3 | ||
2c7f0a5d | 4 | This 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 | |
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 | ||
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 | |
37 | COPYRIGHT AND LICENCE | |
38 | ||
e1b9f3dd | 39 | Copyright (C) 2014-2015 by Marius Gavrilescu |
bbf8209c | 40 | |
9d2e740e | 41 | This library is free software; you can redistribute it and/or modify |
e1b9f3dd | 42 | it under the same terms as Perl itself, either Perl version 5.20.1 or, |
9d2e740e | 43 | at your option, any later version of Perl 5 you may have available. |