[Jifty-commit] r841 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Apr 12 11:01:34 EDT 2006


Author: jesse
Date: Wed Apr 12 11:01:32 2006
New Revision: 841

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

Log:
 r11572 at hualien:  jesse | 2006-04-12 11:01:14 -0400
 * Revert audrey's hacky LexWrap fix and fix it properly
 


Modified: jifty/trunk/lib/Jifty/Handler.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handler.pm	(original)
+++ jifty/trunk/lib/Jifty/Handler.pm	Wed Apr 12 11:01:32 2006
@@ -2,7 +2,6 @@
 use warnings;
 
 package Jifty::Handler;
-use Hook::LexWrap;
 
 =head1 NAME
 
@@ -26,7 +25,7 @@
 =cut
 
 use base qw/Class::Accessor/;
-use Hook::LexWrap ();
+use Hook::LexWrap qw(wrap);
 use Module::Refresh ();
 __PACKAGE__->mk_accessors(qw(mason dispatcher static_handler cgi apache));
 


More information about the Jifty-commit mailing list