C<< >> needs inner whitespace, thanks to lbr again for noticing.
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / lib / Catalyst / Plugin / Authentication / Store / Htpasswd.pm
index 6e92e1e..931a1ad 100644 (file)
@@ -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<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