NAME
Plack::Debugger::Panel::Warnings - Debug panel for viewing warnings called during a request
VERSION
version 0.03
DESCRIPTION
This is a Plack::Debugger::Panel subclass that will capture any warnings triggered during the request.
CAVEAT
This uses the $SIG{__WARN__}
handler to accomplish its task in what is quite likely a naive way, if you care enough to fix this, please take a look at the source and submit a patch.
ACKNOWLEDGMENT
This module was originally developed for Booking.com. With approval from Booking.com, this module was generalized and published on CPAN, for which the authors would like to express their gratitude.
AUTHOR
Stevan Little <stevan@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Stevan Little.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.