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
n0body <n0body@thisaintnews.com>
SEE ALSO
http://thisaintnews.com, Plack::Middleware::Debug
LICENSE
Copyright (C) 2013 by n0body http://thisaintnews.com/
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.