X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FStore%2FHtpasswd.pm;h=8fa2568f4cc385f48de1d4affe0efe6557d9f270;hb=a44689b3a17fecea111528ff797c299aa5cd9dad;hp=b07f522fbc7158476d80a3317a3b637f5f625648;hpb=e4c5ea7e885ac8f7c559f388534d153c6eadaaf0;p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git diff --git a/lib/Catalyst/Authentication/Store/Htpasswd.pm b/lib/Catalyst/Authentication/Store/Htpasswd.pm index b07f522..8fa2568 100644 --- a/lib/Catalyst/Authentication/Store/Htpasswd.pm +++ b/lib/Catalyst/Authentication/Store/Htpasswd.pm @@ -11,7 +11,7 @@ use Authen::Htpasswd 0.13; use Catalyst::Authentication::Store::Htpasswd::User; use Scalar::Util qw/blessed/; -our $VERSION = '1.005'; +our $VERSION = '1.006'; BEGIN { __PACKAGE__->mk_accessors(qw/file user_field user_class/) }