X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication%2FStore%2FHtpasswd.pm;fp=lib%2FCatalyst%2FPlugin%2FAuthentication%2FStore%2FHtpasswd.pm;h=0835ff7b32b3569db3e7cb84935a84ee9a62e9d0;hb=0ed493fbf1b5ef51ae7b62c676768baa6ebe5e9c;hp=62c4139f00ded8dc123a4f77f1169c3088ef4060;hpb=12cefea8541a8de3feff373b5f826c3586bcb264;p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git diff --git a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm index 62c4139..0835ff7 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm @@ -5,7 +5,7 @@ package Catalyst::Plugin::Authentication::Store::Htpasswd; use strict; use warnings; -our $VERSION = '0.01'; +our $VERSION = '0.011'; use Catalyst::Plugin::Authentication::Store::Htpasswd::Backend;