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

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


Author: alexmv
Date: Wed Feb 25 01:03:03 2009
New Revision: 6431

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

Log:
 r42593 at kohr-ah:  chmrr | 2009-02-25 00:50:34 -0500
 POD nits for Gladiator plugin


Modified: jifty/trunk/lib/Jifty/Plugin/Gladiator.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Gladiator.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Gladiator.pm	Wed Feb 25 01:03:03 2009
@@ -11,6 +11,26 @@
 
 our $VERSION = 0.01;
 
+
+=head1 NAME
+
+Jifty::Plugin::Gladiator - Walk the areas, looking for leaked objects
+
+=head1 DESCRIPTION
+
+This plugin will attempt to output diffs between the current contents
+of memory after each request, in order to track leaks.
+
+=head1 USAGE
+
+Add the following to your site_config.yml
+
+ framework:
+   Plugins:
+     - Gladiator: {}
+
+=head1 METHODS
+
 =head2 init
 
 init installs the trigger needed before each HTTP request. It also establishes
@@ -86,33 +106,9 @@
     };
 }
 
-
-=head1 NAME
-
-Jifty::Plugin::Gladiator - find leaks
-
-=head1 DESCRIPTION
-
-This plugin will attempt to output diffs between the current contents of memory after each request.
-
-
-=head1 USAGE
-
-Add the following to your site_config.yml
-
- framework:
-   Plugins:
-     - Gladiator: {}
-
-=head2 OPTIONS
-
-=over 4
-
-
-=back
-
 =head1 SEE ALSO
 
+L<Jifty::Plugin::LeakTracker>
 
 =head1 COPYRIGHT AND LICENSE
 


More information about the Jifty-commit mailing list