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