[Jifty-commit] r7651 - jifty/trunk/lib/Jifty

Jifty commits jifty-commit at lists.jifty.org
Thu Nov 19 02:43:23 EST 2009


Author: alexmv
Date: Thu Nov 19 02:43:22 2009
New Revision: 7651

Modified:
   jifty/trunk/lib/Jifty/Collection.pm

Log:
Fix some incorrectly escaped POD

Patch from Frank Wiegand <fwie at cpan.org>

Modified: jifty/trunk/lib/Jifty/Collection.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Collection.pm	(original)
+++ jifty/trunk/lib/Jifty/Collection.pm	Thu Nov 19 02:43:22 2009
@@ -47,7 +47,7 @@
 
 If your results from the query are guaranteed to be readable by
 current_user, you can create the collection with
-C<results_are_readable => 1>.  This causes check_read_rights to bypass
+C<< results_are_readable => 1 >>.  This causes check_read_rights to bypass
 normal current_user_can checks.
 
 =cut


More information about the Jifty-commit mailing list