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

Mark Ellis <markellis@cpan.org>

SEE ALSO

Plack::Middleware::Debug

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.