Group
Extension

Matches 1

Plack-Middleware-Debug-HTML-Mason ( C/CR/CREIN/Plack-Middleware-Debug-HTML-Mason-0.3.tar.gz, CREIN, 2015; MetaCPAN )
Plack-Middleware-Debug-HTML-Mason/lib/Plack/Middleware/Debug/HTML/Mason.pm ( view source; MetaCPAN )
ict;
	use warnings;
	use parent qw(HTML::Mason::Plugin);
	use Time::HiRes qw(time);
	use JSON;

	my $json = JSON->new->convert_blessed(1)->allow_blessed(1)->allow_unknown(1)->utf8(1);
	
	sub start_com
ame->{end}  = time();
		$frame->{duration} = $frame->{end} - $frame->{start};
		$frame->{args} = $json->encode($context->args);
	}
	
	sub end_request_hook {
		my ($self, $context) = @_;
		
		$env{main

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.