Bump version and update Changes
[app-web-oof.git] / README
1 App-Web-Oof version 0.000_008
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 * Email::Simple
27 * Email::Sender::Simple
28 * File::Slurp
29 * HTML::Element
30 * HTML::Element::Library
31 * JSON::MaybeXS
32 * Text::CSV
33 * Try::Tiny
34
35 COPYRIGHT AND LICENCE
36
37 Copyright (C) 2016 by Marius Gavrilescu
38
39 This library is free software; you can redistribute it and/or modify
40 it under the same terms as Perl itself, either Perl version 5.22.1 or,
41 at your option, any later version of Perl 5 you may have available.
42
43
This page took 0.019731 seconds and 4 git commands to generate.