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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri May 11 18:25:14 EDT 2007


Author: jesse
Date: Fri May 11 18:25:14 2007
New Revision: 3229

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

Log:
 r56785 at pinglin:  jesse | 2007-05-11 18:13:16 -0400
 * REST dispatcher: always use warnings and strict.


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	Fri May 11 18:25:14 2007
@@ -1,5 +1,7 @@
-package Jifty::Plugin::REST::Dispatcher;
 use warnings;
+use strict;
+
+package Jifty::Plugin::REST::Dispatcher;
 
 
 


More information about the Jifty-commit mailing list