Bumped version number ready for dist v1.004
Tom Bloor [Wed, 11 May 2016 12:50:37 +0000 (13:50 +0100)]
Changes
lib/Catalyst/Authentication/Store/Htpasswd.pm

diff --git a/Changes b/Changes
index 5552415..c457203 100644 (file)
--- 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
index 338b8fb..b45019f 100644 (file)
@@ -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/) }