[Rt-commit] r18217 - in rt/3.999/branches/lorzy: lib/RT/Interface/Web

clkao at bestpractical.com clkao at bestpractical.com
Wed Feb 4 21:33:14 EST 2009


Author: clkao
Date: Wed Feb  4 21:33:13 2009
New Revision: 18217

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

Log:
merge branch merge_to_3.8.2 to lorzy.

Modified: rt/3.999/branches/lorzy/lib/RT/Interface/Web/Handler.pm
==============================================================================
--- rt/3.999/branches/lorzy/lib/RT/Interface/Web/Handler.pm	(original)
+++ rt/3.999/branches/lorzy/lib/RT/Interface/Web/Handler.pm	Wed Feb  4 21:33:13 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