Add README
[gruntmaster-data.git] / README
1 Gruntmaster-Data version 5999.000_001
2 =====================================
3
4 Gruntmaster-Data contains the Gruntmaster::Data module and associated tools.
5
6 Gruntmaster::Data is the Redis interface used by the Gruntmaster 6000 Online Judge.
7
8 INSTALLATION
9
10 To install this module type the following:
11
12 perl Makefile.PL
13 make
14 make test
15 make install
16
17 DEPENDENCIES
18
19 This module requires these other modules and libraries:
20
21 * Date::Parse
22 * File::Slurp
23 * IO::Prompter
24 * JSON
25 * Redis
26 * Sub::Name
27 * Term::ANSIColor
28
29 COPYRIGHT AND LICENCE
30
31 Copyright (C) 2014 by Marius Gavrilescu
32
33 This library is free software: you can redistribute it and/or modify
34 it under the terms of the GNU Affero General Public License as published by
35 the Free Software Foundation, either version 3 of the License, or
36 (at your option) any later version.
This page took 0.022736 seconds and 5 git commands to generate.