The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Egg::Plugin::Debugging::Screen - Exception is generated, the debugging screen is output.

DESCRIPTION

The screen of the exception generation is output.

This module is read from Egg::Plugin::Debugging.

METHODS

output

The debugging screen is made and $e->_finalize_output is done.

* It is always $e->finished(0).

* $e->response->clear is always done.

* It always outputs it with $e->response->no_cache(1).

* 'X-Egg-[PROJECT_NAME]-ERROR: true' is added to the response header.

SEE ALSO

Egg::Debugging, Egg::Response, Egg::Release,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT

Copyright (C) 2007 by Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.

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.