minor doc fix for Store::Htpasswd
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / lib / Catalyst / Plugin / Authentication / Store / Htpasswd.pm
index 6e92e1e..1565221 100644 (file)
@@ -5,6 +5,8 @@ package Catalyst::Plugin::Authentication::Store::Htpasswd;
 use strict;
 use warnings;
 
+our $VERSION = '0.02';
+
 use Catalyst::Plugin::Authentication::Store::Htpasswd::Backend;
 
 sub setup {
@@ -27,8 +29,8 @@ __END__
 
 =head1 NAME
 
-Catalyst::Plugin::Authentication::Store::Htpasswd - Authentication
-database in C<<$c->config>>.
+Catalyst::Plugin::Authentication::Store::Htpasswd - L<Authen::Htpasswd> based
+user storage/authentication.
 
 =head1 SYNOPSIS
 
@@ -74,7 +76,7 @@ David Kamholz C<dkamholz@cpan.org>
 
 L<Authen::Htpasswd>.
 
-=head1 COPYRIGHT & LICNESE
+=head1 COPYRIGHT & LICENSE
 
        Copyright (c) 2005 the aforementioned authors. All rights
        reserved. This program is free software; you can redistribute