[Jifty-commit] r3079 - in jifty/trunk/plugins/DumpDispatcher/lib/Jifty/Plugin: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Apr 1 14:32:16 EDT 2007


Author: dpavlin
Date: Sun Apr  1 14:32:15 2007
New Revision: 3079

Removed:
   jifty/trunk/plugins/DumpDispatcher/lib/Jifty/Plugin/DumpDispatcher/
Modified:
   jifty/trunk/plugins/DumpDispatcher/lib/Jifty/Plugin/DumpDispatcher.pm

Log:
remove extra skeleton files, configuration example in pod

Modified: jifty/trunk/plugins/DumpDispatcher/lib/Jifty/Plugin/DumpDispatcher.pm
==============================================================================
--- jifty/trunk/plugins/DumpDispatcher/lib/Jifty/Plugin/DumpDispatcher.pm	(original)
+++ jifty/trunk/plugins/DumpDispatcher/lib/Jifty/Plugin/DumpDispatcher.pm	Sun Apr  1 14:32:15 2007
@@ -4,12 +4,22 @@
 package Jifty::Plugin::DumpDispatcher;
 use base qw/Jifty::Plugin/;
 
-# Your plugin goes here.  If takes any configuration or arguments, you
-# probably want to override L<Jifty::Plugin/init>.
+=head1 NAME
+
+Jifty::Plugin::DumpDispatcher
+
+=head1 DESCRIPTION
+
+When activated in C<config.yml> with:
+
+  Plugins:
+    - DumpDispatcher: {}
+
+it will dump all dispatcher rules in debug log.
 
 =head2 dump_rules
 
-Dump all defined rules in debug log. It should be called by Jifty, after
+Dump all defined rules in debug log. It is called by Jifty, after
 C<< Jifty->dispatcher->import_plugins >> on startup.
 
 =cut


More information about the Jifty-commit mailing list