Bump version and update Changes
[gruntmaster-data.git] / README
... / ...
CommitLineData
1Gruntmaster-Data version 5999.000_012
2=====================================
3
4This distribution contains:
5
6* Gruntmaster::Data, the DBIx::Class database schema used by the Gruntmaster 6000 Online Judge.
7* Several command-line tools for viewing and editing the database.
8
9INSTALLATION
10
11To install this module type the following:
12
13 perl Makefile.PL
14 make
15 make test
16 make install
17
18DEPENDENCIES
19
20This module requires these other modules and libraries:
21
22* Date::Parse
23* DBIx::Class
24* File::Slurp
25* IO::Prompter
26* Lingua::EN::Inflect
27* JSON
28* Sub::Name
29
30COPYRIGHT AND LICENCE
31
32Copyright (C) 2014 by Marius Gavrilescu
33
34This library is free software; you can redistribute it and/or modify
35it under the same terms as Perl itself, either Perl version 5.18.1 or,
36at your option, any later version of Perl 5 you may have available.
This page took 0.008491 seconds and 4 git commands to generate.