spelling
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / lib / Catalyst / Authentication / Store / Htpasswd.pm
index 090f6e3..1007b34 100644 (file)
@@ -11,7 +11,7 @@ use Authen::Htpasswd 0.13;
 use Catalyst::Authentication::Store::Htpasswd::User;
 use Scalar::Util qw/blessed/;
 
-our $VERSION = '1.006';
+our $VERSION = '1.007';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/file user_field user_class/) }
 
@@ -91,7 +91,7 @@ __END__
 =head1 DESCRIPTION
 
 This plugin uses L<Authen::Htpasswd> to let your application use C<< .htpasswd >>
-files for it's authentication storage.
+files for its authentication storage.
 
 =head1 METHODS