]>
Commit | Line | Data |
---|---|---|
07cf0f1b | 1 | Mafia version 0.001002 |
efb97d6a | 2 | ====================== |
f1171346 MG |
3 | |
4 | Mafia.pm is a Perl extension for easily moderating Mafia games. | |
5 | ||
6 | INSTALLATION | |
7 | ||
8 | To install this module type the following: | |
9 | ||
10 | perl Makefile.PL | |
11 | make | |
12 | make test | |
13 | make install | |
14 | ||
15 | DEPENDENCIES | |
16 | ||
07cf0f1b | 17 | No modules outside Perl core are needed. |
f1171346 MG |
18 | |
19 | COPYRIGHT AND LICENCE | |
20 | ||
07cf0f1b | 21 | Copyright (C) 2013-2015 by Marius Gavrilescu |
f1171346 MG |
22 | |
23 | This library is free software; you can redistribute it and/or modify | |
24 | it under the same terms as Perl itself, either Perl version 5.14.2 or, | |
25 | at your option, any later version of Perl 5 you may have available. |