X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication%2FStore%2FHtpasswd.pm;h=62c4139f00ded8dc123a4f77f1169c3088ef4060;hp=6e92e1e8f4011e40b53206effc2ae669c426d918;hb=ab3925ccc17b352e48e036c6fc3ffb9bb39f892c;hpb=cedb9fb4ae54e24ead346e95e1a9f574ea543eb8 diff --git a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm index 6e92e1e..62c4139 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm @@ -5,6 +5,8 @@ package Catalyst::Plugin::Authentication::Store::Htpasswd; use strict; use warnings; +our $VERSION = '0.01'; + use Catalyst::Plugin::Authentication::Store::Htpasswd::Backend; sub setup {