From: Tom Bloor Date: Wed, 11 May 2016 12:50:37 +0000 (+0100) Subject: Bumped version number ready for dist X-Git-Tag: v1.004^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1fad0d369cd0f2370affdae8cf07466dfe1322f0;p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git Bumped version number ready for dist --- diff --git a/Changes b/Changes index 5552415..c457203 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +1.004 Wed May 11 13:49:02 BST 2016 + - Fix pod error for Hyperlinks - Fix pod nit from RT#51733 1.003 Sat Oct 04 22:17:30 GMT 2008 diff --git a/lib/Catalyst/Authentication/Store/Htpasswd.pm b/lib/Catalyst/Authentication/Store/Htpasswd.pm index 338b8fb..b45019f 100644 --- a/lib/Catalyst/Authentication/Store/Htpasswd.pm +++ b/lib/Catalyst/Authentication/Store/Htpasswd.pm @@ -9,7 +9,7 @@ use Authen::Htpasswd; use Catalyst::Authentication::Store::Htpasswd::User; use Scalar::Util qw/blessed/; -our $VERSION = '1.003'; +our $VERSION = '1.004'; BEGIN { __PACKAGE__->mk_accessors(qw/file user_field user_class/) }