From: Ilmari Vacklin Date: Mon, 12 Dec 2005 12:03:30 +0000 (+0000) Subject: C<< >> needs inner whitespace, thanks to lbr again for noticing. X-Git-Tag: v0.02~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=commitdiff_plain;h=e9faac260920b1b51ea4bd0016a98da3d8aae065 C<< >> needs inner whitespace, thanks to lbr again for noticing. --- diff --git a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm index 505ed0f..931a1ad 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm @@ -30,7 +30,7 @@ __END__ =head1 NAME Catalyst::Plugin::Authentication::Store::Htpasswd - Authentication -database in C<<$c->config>>. +database in C<< $c->config >>. =head1 SYNOPSIS