]>
Commit | Line | Data |
---|---|---|
1659638a MG |
1 | App-Web-Comstock version 0.000_001 |
2 | ================================== | |
3 | ||
4 | Comstock is an unfinished website for managing bookings of generic | |
5 | items. Users will be able to see the availability of existing items, | |
6 | book them for some periods and view existing bookings. | |
7 | ||
8 | INSTALLATION | |
9 | ||
10 | To install this module type the following: | |
11 | ||
12 | perl Makefile.PL | |
13 | make | |
14 | make test | |
15 | make install | |
16 | ||
17 | DEPENDENCIES | |
18 | ||
19 | This module requires these other modules and libraries: | |
20 | ||
21 | * DateTime | |
22 | * DBIx::Simple | |
23 | * HTML::Element | |
24 | * HTML::Element::Library | |
25 | * Plack | |
26 | ||
27 | COPYRIGHT AND LICENCE | |
28 | ||
29 | Copyright (C) 2016 by Marius Gavrilescu | |
30 | ||
31 | This library is free software; you can redistribute it and/or modify | |
32 | it under the same terms as Perl itself, either Perl version 5.22.1 or, | |
33 | at your option, any later version of Perl 5 you may have available. | |
34 | ||
35 |