App-Web-Comstock version 0.000_001
==================================

Comstock is an unfinished website for managing bookings of generic
items. Users will be able to see the availability of existing items,
book them for some periods and view existing bookings.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

* DateTime
* DBIx::Simple
* HTML::Element
* HTML::Element::Library
* Plack

COPYRIGHT AND LICENCE

Copyright (C) 2016 by Marius Gavrilescu

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.22.1 or,
at your option, any later version of Perl 5 you may have available.


