NAME
Plack::Middleware::Debug::CatalystStash - Debug panel to inspect the Catalyst Stash
SYNOPSIS
builder {
enable "Debug";
enable "Debug::CatalystStash";
sub { MyApp->run(@_) };
};
DESCRIPTION
This debug panel displays the stash content from Catalyst applications.
AUTHOR
Mark Ellis <markellis@cpan.org>
SEE ALSO
LICENSE
Copyright 2014 Mark Ellis <markellis@cpan.org>
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.