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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jan 25 02:23:56 EST 2007


Author: trs
Date: Thu Jan 25 02:23:56 2007
New Revision: 2556

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

Log:
 r19059 at zot:  tom | 2007-01-25 02:23:47 -0500
 Now with more POD!


Modified: jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm	Thu Jan 25 02:23:56 2007
@@ -37,6 +37,12 @@
 
 on GET    '/=/help'             => \&show_help;
 
+=head2 show_help
+
+Shows basic help about resources and formats available via this RESTian interface.
+
+=cut
+
 sub show_help {
     my $apache = Jifty->handler->apache;
 


More information about the Jifty-commit mailing list