[Jifty-commit] r4661 - jifty/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Dec 10 14:04:19 EST 2007


Author: audreyt
Date: Mon Dec 10 14:04:19 2007
New Revision: 4661

Modified:
   jifty/trunk/lib/Jifty/Dispatcher.pm

Log:
* Jifty::Dispatcher: Trivial minimal POD fix for correct vim highlighting
  (avoiding "package" at the beginning of the line.)

Modified: jifty/trunk/lib/Jifty/Dispatcher.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Dispatcher.pm	(original)
+++ jifty/trunk/lib/Jifty/Dispatcher.pm	Mon Dec 10 14:04:19 2007
@@ -316,8 +316,8 @@
 =head2 import
 
 Jifty::Dispatcher is an L<Exporter>, that is, part of its role is to
-blast a bunch of symbols into another package. In this case, that other
-package is the dispatcher for your application.
+blast a bunch of symbols into another package. In this case, that
+other package is the dispatcher for your application.
 
 You never call import directly. Just:
 


More information about the Jifty-commit mailing list