Why not adopt me?
NAME
Plack::Middleware::Debug::Recorder - Plack::Middleware::Debug::Recorder - Debug panel to communicate with the Recorder middleware
VERSION
version 0.02
SYNOPSIS
builder {
enable 'Recorder', output => $output;
enable 'Debug', panels => [qw/Recorder/];
$app;
};
DESCRIPTION
This debug panel displays the current state of the recorder middleware (whether or not it's currently recording), and provides some buttons for turning recording on or off.
SEE ALSO
Plack::Middleware::Recorder, Plack::Middleware::Debug
AUTHOR
Rob Hoelz <rob@hoelz.ro>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Rob Hoelz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/hoelzro/plack-middleware-recorder/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.