Add correct directory to archive when vpk is not provided
[app-web-vpkbuilder.git] / README
CommitLineData
1218b955
MG
1App-Web-VPKBuilder version 0.000_001
2====================================
3
4App::Web::VPKBuilder is a simple web service for building Source
5engine 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
7get a VPK containing all of the selected packages.
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
22* Data::Diver
23* File::Slurp
24* HTML::Tree
25* Hash::Merge
26* List::MoreUtils
27* Plack
28* Sort::ByExample
29* YAML
30
31COPYRIGHT AND LICENCE
32
33Copyright (C) 2014 by Marius Gavrilescu
34
35This library is free software; you can redistribute it and/or modify
36it under the same terms as Perl itself, either Perl version 5.18.2 or,
37at your option, any later version of Perl 5 you may have available.
38
39
This page took 0.010143 seconds and 4 git commands to generate.