
Sledge::Plugin::DebugScreen - show the debug screen if crashed

package Your::Pages;
use Sledge::Plugin::DebugScreen;
sub debug_level {
return $ENV{'DEBUG_MODE'} ? 1 : 0;
}

This plugin shows the debug screen if crashed, like Catalyst. The debug screen is only showing debug mode.
Screen image: http://image.blog.livedoor.jp/nipotan/imgs/a/2/a2b67309.jpg

MATSUNO Tokuhiro <tokuhiro at mobilefactory.jp>
Koichi Taniguchi <taniguchi@livedoor.jp>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Jiro Nishiguchi.

more tests.

Template, Bundle::Sledge, Devel::StackTrace
