[Jifty-commit] r6441 - in jifty/trunk: lib/Jifty/Plugin

Jifty commits jifty-commit at lists.jifty.org
Wed Feb 25 01:04:49 EST 2009


Author: alexmv
Date: Wed Feb 25 01:04:47 2009
New Revision: 6441

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/SQLQueries.pm

Log:
 r42603 at kohr-ah:  chmrr | 2009-02-25 01:00:03 -0500
 POD nits for SQLQueries plugin


Modified: jifty/trunk/lib/Jifty/Plugin/SQLQueries.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/SQLQueries.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/SQLQueries.pm	Wed Feb 25 01:04:47 2009
@@ -14,7 +14,9 @@
 
 =head1 DESCRIPTION
 
-SQL query logging and reporting for your Jifty app
+SQL query logging and reporting for your Jifty app.  Use this plugin
+if you wish to profile or analyze the database queries Jifty is
+running for individual page loads.
 
 =head1 USAGE
 
@@ -39,6 +41,8 @@
 
     http://your.app/__jifty/admin/queries/3
 
+=head2 METHODS
+
 =head2 init
 
 This makes sure that each request is wrapped with query logging.


More information about the Jifty-commit mailing list