minor doc fix for Store::Htpasswd
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / lib / Catalyst / Plugin / Authentication / Store / Htpasswd.pm
index 505ed0f..1565221 100644 (file)
@@ -5,7 +5,7 @@ package Catalyst::Plugin::Authentication::Store::Htpasswd;
 use strict;
 use warnings;
 
-our $VERSION = '0.011';
+our $VERSION = '0.02';
 
 use Catalyst::Plugin::Authentication::Store::Htpasswd::Backend;
 
@@ -29,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