bump version to 1.005
Karen Etheridge [Fri, 23 Jun 2017 17:22:01 +0000 (10:22 -0700)]
lib/Catalyst/Authentication/Store/Htpasswd.pm
lib/Catalyst/Authentication/Store/Htpasswd/User.pm

index b45019f..a086457 100644 (file)
@@ -9,7 +9,7 @@ use Authen::Htpasswd;
 use Catalyst::Authentication::Store::Htpasswd::User;
 use Scalar::Util qw/blessed/;
 
-our $VERSION = '1.004';
+our $VERSION = '1.005';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/file user_field user_class/) }
 
index f0f3cbe..01693d7 100644 (file)
@@ -6,6 +6,8 @@ use base qw/Catalyst::Authentication::User Class::Accessor::Fast/;
 use strict;
 use warnings;
 
+our $VERSION = '1.005';
+
 BEGIN { __PACKAGE__->mk_accessors(qw/_user _store/) }
 
 use overload '""' => sub { shift->id }, fallback => 1;