Revision history for Perl extension App::Web::Oof.
+0.000_002 2016-02-20T19:11+00:00
+ - Add pictures
+ - Add card payments via Stripe
+ - Add footer with thanks
+ - More error handling
+
0.000_001 2016-02-13T18:48+00:00
- Initial release
use utf8;
use parent qw/Plack::Component/;
-our $VERSION = '0.000_001';
+our $VERSION = '0.000_002';
use DBIx::Simple;
use File::Slurp;
=head1 DESCRIPTION
Oof (Oversimplified order form) is a very simple ecommerce website.
-As of this moment it is incomplete (although functional), hence the
-version number.
+It is the code behind L<https://ledparts4you.uk.to>.
+
+This version is reasonably functional, yet not very reusable, hence
+the version number.
=head1 AUTHOR