[Catalyst-commits] r12840 - in Catalyst-Authentication-Store-Htpasswd/1.000/trunk: . lib/Catalyst/Authentication/Store

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Feb 9 00:17:42 GMT 2010


Author: t0m
Date: 2010-02-09 00:17:42 +0000 (Tue, 09 Feb 2010)
New Revision: 12840

Modified:
   Catalyst-Authentication-Store-Htpasswd/1.000/trunk/Changes
   Catalyst-Authentication-Store-Htpasswd/1.000/trunk/lib/Catalyst/Authentication/Store/Htpasswd.pm
Log:
Apply patch from rt51733

Modified: Catalyst-Authentication-Store-Htpasswd/1.000/trunk/Changes
===================================================================
--- Catalyst-Authentication-Store-Htpasswd/1.000/trunk/Changes	2010-02-08 23:58:18 UTC (rev 12839)
+++ Catalyst-Authentication-Store-Htpasswd/1.000/trunk/Changes	2010-02-09 00:17:42 UTC (rev 12840)
@@ -1,3 +1,5 @@
+    - Fix pod nit from RT#51733
+
 1.003  Sat Oct   04 22:17:30 GMT 2008
     - Typo in Makefile.PL makes the .tgz unpack to
       improperly, RT#39817

Modified: Catalyst-Authentication-Store-Htpasswd/1.000/trunk/lib/Catalyst/Authentication/Store/Htpasswd.pm
===================================================================
--- Catalyst-Authentication-Store-Htpasswd/1.000/trunk/lib/Catalyst/Authentication/Store/Htpasswd.pm	2010-02-08 23:58:18 UTC (rev 12839)
+++ Catalyst-Authentication-Store-Htpasswd/1.000/trunk/lib/Catalyst/Authentication/Store/Htpasswd.pm	2010-02-09 00:17:42 UTC (rev 12840)
@@ -119,7 +119,7 @@
 =head2 file
 
 The path to the htpasswd file. If the path starts with a slash, then it is assumed to be a fully
-qualified path, otherwise the path is fed through C< $c->path_to > and so normalised to the 
+qualified path, otherwise the path is fed through C<< $c->path_to >> and so normalised to the 
 application root.
 
 Alternatively, it is possible to pass in an L< Authen::Htpasswd > object here, and this will be




More information about the Catalyst-commits mailing list