[Jifty-commit] r3949 - jifty/trunk/examples/HelloKitty/lib/HelloKitty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Aug 23 23:44:38 EDT 2007


Author: sunnavy
Date: Thu Aug 23 23:44:24 2007
New Revision: 3949

Modified:
   jifty/trunk/examples/HelloKitty/lib/HelloKitty/View.pm

Log:
changed View.pm in HelloKitty in accordance with current Jifty libs

Modified: jifty/trunk/examples/HelloKitty/lib/HelloKitty/View.pm
==============================================================================
--- jifty/trunk/examples/HelloKitty/lib/HelloKitty/View.pm	(original)
+++ jifty/trunk/examples/HelloKitty/lib/HelloKitty/View.pm	Thu Aug 23 23:44:24 2007
@@ -2,9 +2,8 @@
 use strict;
 
 package HelloKitty::View;
-use base qw/Jifty::View::Declare::Templates/;
+use Jifty::View::Declare -base;
 use Template::Declare::Tags;
-use Jifty::View::Declare::Templates;
 
 template foo => sub {
     html {


More information about the Jifty-commit mailing list