X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication%2FStore%2FHtpasswd.pm;h=931a1ad5bad0bf5d622c52993528eee95bb59eab;hb=e9faac260920b1b51ea4bd0016a98da3d8aae065;hp=6e92e1e8f4011e40b53206effc2ae669c426d918;hpb=cedb9fb4ae54e24ead346e95e1a9f574ea543eb8;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 6e92e1e..931a1ad 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.011'; + use Catalyst::Plugin::Authentication::Store::Htpasswd::Backend; sub setup { @@ -28,7 +30,7 @@ __END__ =head1 NAME Catalyst::Plugin::Authentication::Store::Htpasswd - Authentication -database in C<<$c->config>>. +database in C<< $c->config >>. =head1 SYNOPSIS @@ -74,7 +76,7 @@ David Kamholz C L. -=head1 COPYRIGHT & LICNESE +=head1 COPYRIGHT & LICENSE Copyright (c) 2005 the aforementioned authors. All rights reserved. This program is free software; you can redistribute