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

Jifty commits jifty-commit at lists.jifty.org
Mon Mar 2 19:58:29 EST 2009


Author: alexmv
Date: Mon Mar  2 19:58:24 2009
New Revision: 6535

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

Log:
 r42840 at kohr-ah:  chmrr | 2009-03-02 19:56:37 -0500
 Remove unneeded 'use 5.008' and 'use utf8'


Modified: jifty/trunk/lib/Jifty/Plugin/ViewDeclarePage.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/ViewDeclarePage.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/ViewDeclarePage.pm	Mon Mar  2 19:58:24 2009
@@ -1,5 +1,3 @@
-use 5.008;
-use utf8;
 use strict;
 use warnings;
 


More information about the Jifty-commit mailing list