The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.