[Rt-commit] r18212 - rt/3.999/trunk/lib/RT/Interface/Web
alexmv at bestpractical.com
alexmv at bestpractical.com
Wed Feb 4 19:40:21 EST 2009
Author: alexmv
Date: Wed Feb 4 19:40:19 2009
New Revision: 18212
Modified:
rt/3.999/trunk/lib/RT/Interface/Web/Handler.pm
Log:
* Fix for Jifty class rename
Modified: rt/3.999/trunk/lib/RT/Interface/Web/Handler.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Interface/Web/Handler.pm (original)
+++ rt/3.999/trunk/lib/RT/Interface/Web/Handler.pm Wed Feb 4 19:40:19 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