[rt-users] MasonX::Profiler + standalone web server
Stephen Turner
sturner at MIT.EDU
Wed Nov 30 12:23:38 EST 2005
At Wednesday 11/30/2005 11:26 AM, Stephen Turner wrote:
>Can someone give me a hint on how to get MasonX::Profiler to work with the
>standalone web server?
>
>Thanks,
>Steve
I figured this out. I modified lib/RT/Interface/Web/Standalone.pm :
- added 'use MasonX::Profiler;' at the top
- added additional argument to the call to RT::Interface::Web::Handler->new
in the new_handler method.
preamble => 'my $p = MasonX::Profiler->new($m, $r);',
Steve
More information about the rt-users
mailing list