% $m->call_next; <%init> dbh->{'private_profile'} = {} if UNIVERSAL::can(dbh, 'sprintProfile'); <%filter> my $profile = ''; if ( UNIVERSAL::can(dbh, 'sprintProfile') ) { if ( lc($r->content_type) eq 'text/html' ) { # barely worth it, just in case someone tries to use profiling on a # non-RT install eval "use Text::Wrapper;"; die $@ if $@; my $wrapper = new Text::Wrapper( columns => 80 ); $profile = '
'.
               encode_entities( $wrapper->wrap( dbh->sprintProfile() ) ).
               #"\n\n". &sprintAutoProfile(). '
'; "\n\n". ''; } dbh->{'private_profile'} = {}; } s/(<\/BODY>[\s\n]*<\/HTML>[\s\n]*)$/$profile$1/i;