Bump version and update Changes
[gruntmaster-data.git] / README
CommitLineData
625a7bd0 1Gruntmaster-Data version 5999.000_012
bbf8209c
MG
2=====================================
3
2c7f0a5d 4This distribution contains:
bbf8209c 5
2c7f0a5d
MG
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.
bbf8209c
MG
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
16f8d327 22* Date::Parse
2c7f0a5d 23* DBIx::Class
16f8d327
MG
24* File::Slurp
25* IO::Prompter
2c7f0a5d 26* Lingua::EN::Inflect
16f8d327 27* JSON
16f8d327 28* Sub::Name
bbf8209c
MG
29
30COPYRIGHT AND LICENCE
31
bbf8209c
MG
32Copyright (C) 2014 by Marius Gavrilescu
33
9d2e740e
MG
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.011974 seconds and 4 git commands to generate.