
Egg::Util::DebugScreen - Debugging screen for Egg.

The message is displayed on the screen where the appearance was in order when the project generates the exception.
This module is set up by Egg::Util::Debug when debug mode is effective. To use other classes, it sets it to environment variable EGG_DEBUG_SCREEN_CLASS.
This module initializes the response status when the exception is generated and displays the screen. In a word, please note that Egg continues processing assuming that '200 OK' was specified when the response status is undefined.


Masatoshi Mizuno <lushe@cpan.org>

Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.