]>
Commit | Line | Data |
---|---|---|
92cb8f72 | 1 | App-Web-VPKBuilder version 0.000_002 |
1218b955 MG |
2 | ==================================== |
3 | ||
4 | App::Web::VPKBuilder is a simple web service for building Source | |
5 | engine game VPK packages. It presents a list of mods sorted into | |
6 | (sub)categories. The user can choose a mod from each category and will | |
7 | get a VPK containing all of the selected packages. | |
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 | * Data::Diver | |
23 | * File::Slurp | |
24 | * HTML::Tree | |
25 | * Hash::Merge | |
26 | * List::MoreUtils | |
27 | * Plack | |
28 | * Sort::ByExample | |
29 | * YAML | |
30 | ||
31 | COPYRIGHT AND LICENCE | |
32 | ||
33 | Copyright (C) 2014 by Marius Gavrilescu | |
34 | ||
35 | This library is free software; you can redistribute it and/or modify | |
36 | it under the same terms as Perl itself, either Perl version 5.18.2 or, | |
37 | at your option, any later version of Perl 5 you may have available. | |
38 | ||
39 |