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

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


Author: alexmv
Date: Wed Feb 25 01:02:53 2009
New Revision: 6429

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

Log:
 r42591 at kohr-ah:  chmrr | 2009-02-25 00:48:32 -0500
 POD nits for Feedback plugin


Modified: jifty/trunk/lib/Jifty/Plugin/Feedback.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Feedback.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Feedback.pm	Wed Feb 25 01:02:53 2009
@@ -4,9 +4,6 @@
 package Jifty::Plugin::Feedback;
 use base qw/Jifty::Plugin Class::Accessor::Fast/;
 
-# Your plugin goes here.  If takes any configuration or arguments, you
-# probably want to override L<Jifty::Plugin/init>.
-
 =head1 NAME
 
 Jifty::Plugin::Feedback - Plugin to provides a feedback box
@@ -15,7 +12,6 @@
 
 This plugin provides a "feedback box" for your app.
 
-
 Add to your app's config:
 
   Plugins: 
@@ -27,14 +23,14 @@
 
  show '/feedback/request_feedback';
 
-
 =cut
 
 __PACKAGE__->mk_accessors(qw(from to));
 
 =head2 init
 
-Initializes the Feedback object. Takes a paramhash with keys 'from' and 'to', which are email addresses.
+Initializes the Feedback object. Takes a paramhash with keys 'from'
+and 'to', which are email addresses.
 
 =cut
 


More information about the Jifty-commit mailing list