]>
Commit | Line | Data |
---|---|---|
1 | Gruntmaster-Data version 5999.000_013 | |
2 | ===================================== | |
3 | ||
4 | This 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 | ||
9 | INSTALLATION | |
10 | ||
11 | To install this module type the following: | |
12 | ||
13 | perl Makefile.PL | |
14 | make | |
15 | make test | |
16 | make install | |
17 | ||
18 | DEPENDENCIES | |
19 | ||
20 | This 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 | ||
30 | COPYRIGHT AND LICENCE | |
31 | ||
32 | Copyright (C) 2014 by Marius Gavrilescu | |
33 | ||
34 | This library is free software; you can redistribute it and/or modify | |
35 | it under the same terms as Perl itself, either Perl version 5.18.1 or, | |
36 | at your option, any later version of Perl 5 you may have available. |