
Plack::Middleware::Debug::Recorder - Debug panel to communicate with the Recorder middleware

version 0.03

builder {
enable 'Recorder', output => $output;
enable 'Debug', panels => [qw/Recorder/];
$app;
};

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.

Plack::Middleware::Recorder, Plack::Middleware::Debug

Rob Hoelz <rob@hoelz.ro>

This software is copyright (c) 2012 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.

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.