Bump version and update Changes
[app-web-oof.git] / README
1 App-Web-Oof version 0.000_003
2 =============================
3
4 Oof (Oversimplified order form) is a very simple ecommerce website.
5 As of this moment it is incomplete (although functional), hence the
6 version number.
7
8 To use just edit the templates in the "tmpl/" directory and then run
9 plackup -Ilib.
10
11 INSTALLATION
12
13 To install this module type the following:
14
15 perl Makefile.PL
16 make
17 make test
18 make install
19
20 DEPENDENCIES
21
22 This module requires these other modules and libraries:
23
24 * Plack
25 * DBIx::Simple
26 * HTML::Element
27 * HTML::Element::Library
28 * JSON::MaybeXS
29
30 COPYRIGHT AND LICENCE
31
32 Copyright (C) 2016 by Marius Gavrilescu
33
34 This library is free software; you can redistribute it and/or modify
35 it under the same terms as Perl itself, either Perl version 5.22.1 or,
36 at your option, any later version of Perl 5 you may have available.
37
38
This page took 0.021941 seconds and 5 git commands to generate.