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