
Plack::Middleware::Debug::TraceENV - debug panel for tracing %ENV

use Plack::Builder;
builder {
enable 'Debug';
enable 'Debug::TraceENV';
$app;
};

Plack::Middleware::Debug::TraceENV is debug panel for watching %ENV.

If you use `method` option, you can enable methods only which you want(fetch, store, exists, delete, clear, scalar, firstkey or nextkey).
enable 'Debug::TraceENV',
method => [qw/store delete/]; # just enable STORE and DELETE methods


Plack::Middleware::Debug::TraceENV is hosted on github <http://github.com/bayashi/Plack-Middleware-Debug-TraceENV>

Dai Okabayashi <bayashi@cpan.org>

Plack, Plack::Middleware::Debug

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.