NAME

CGI::Application::Plugin::DebugScreen - add Debug support to CGI::Application.

VERSION

This documentation refers to CGI::Application::Plugin::DebugScreen version 0.02

SYNOPSIS

use CGI::Application::Plugin::DebugScreen;

Only it. If 500 http's error is generated...

DESCRIPTION

This plug-in add Debug support to CGI::Application. This plug-in like Catalyst debug mode.

When 'die' is generated by 'runmode', this plug-in outputs the stack trace by error_mode(). The error cannot be caught excluding runmode.

DEPENDENCIES

strict

warnings

CGI::Application

HTML::Template

Devel::StackTrace

IO::File

BUGS AND LIMITATIONS

There are no known bugs in this module. Please report problems to Atsushi Kobayashi (<nekokak@cpan.org>) Patches are welcome.

SEE ALSO

strict

warnings

CGI::Application

HTML::Template

Devel::StackTrace

IO::File

Thanks To

MATSUNO Tokuhiro (MATSUNO)

Koichi Taniguchi (TANIGUCHI)

Masahiro Nagano (KAZEBURO)

AUTHOR

Atsushi Kobayashi, <nekokak@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Atsushi Kobayashi (<nekokak@cpan.org>). All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.