Add correct directory to archive when vpk is not provided
[app-web-vpkbuilder.git] / README
1 App-Web-VPKBuilder version 0.000_001
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
This page took 0.019495 seconds and 4 git commands to generate.