From 39be4169dc876760f6eddb58e550419fc37206e7 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 20 Feb 2016 19:11:21 +0000 Subject: [PATCH] Bump version and update Changes --- Changes | 6 ++++++ lib/App/Web/Oof.pm | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index d83f15c..eebea93 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,10 @@ 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 diff --git a/lib/App/Web/Oof.pm b/lib/App/Web/Oof.pm index 1f937fe..429c97f 100644 --- a/lib/App/Web/Oof.pm +++ b/lib/App/Web/Oof.pm @@ -6,7 +6,7 @@ use warnings; use utf8; use parent qw/Plack::Component/; -our $VERSION = '0.000_001'; +our $VERSION = '0.000_002'; use DBIx::Simple; use File::Slurp; @@ -258,8 +258,10 @@ App::Web::Oof - Oversimplified order form / ecommerce website =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. + +This version is reasonably functional, yet not very reusable, hence +the version number. =head1 AUTHOR -- 2.30.2