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

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


Author: alexmv
Date: Wed Feb 25 01:04:12 2009
New Revision: 6438

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

Log:
 r42600 at kohr-ah:  chmrr | 2009-02-25 00:58:36 -0500
 POD nits for LetMe


Modified: jifty/trunk/lib/Jifty/Plugin/LetMe.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/LetMe.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/LetMe.pm	Wed Feb 25 01:04:12 2009
@@ -4,18 +4,14 @@
 package Jifty::Plugin::LetMe;
 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::LetMe - Plugin for url-based authentication
 
 =head1 DESCRIPTION
 
-This plugin provides dispatcher rules to support jifty's internal C<LetMe> 
-url-based authentication.  
-
+This plugin provides dispatcher rules to support jifty's internal
+C<LetMe> url-based authentication.
 
 =cut
 


More information about the Jifty-commit mailing list