[Rt-commit] r18213 - in rt/3.999/branches/merge_to_3.8.2: lib/RT/Interface/Web

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Feb 4 19:46:49 EST 2009


Author: sunnavy
Date: Wed Feb  4 19:46:49 2009
New Revision: 18213

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/lib/RT/Interface/Web/Handler.pm

Log:
 r19576 at sunnavys-mb:  sunnavy | 2009-02-05 08:46:22 +0800
 Fix for Jifty class rename


Modified: rt/3.999/branches/merge_to_3.8.2/lib/RT/Interface/Web/Handler.pm
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/lib/RT/Interface/Web/Handler.pm	(original)
+++ rt/3.999/branches/merge_to_3.8.2/lib/RT/Interface/Web/Handler.pm	Wed Feb  4 19:46:49 2009
@@ -125,8 +125,6 @@
     };
 }
 
-package HTML::Mason::Request::Jifty;
-{
 =head2 callback
 
 Method replaces deprecated component C<Element/Callback>.
@@ -160,6 +158,9 @@
 be called as default callback for F</autohandler>.
 
 =cut
+{
+    package Jifty::View::Mason::Request;
+
     no warnings 'redefine';
     my %cache  = ();
     my %called = ();


More information about the Rt-commit mailing list