
CGI::Carp::DebugScreen::DefaultView - CGI::Carp::DebugScreen Renderer without template engines

use CGI::Carp::DebugScreen (
engine => 'DefaultView', # CGI::Carp::DebugScreen::DefaultView
# will be called internally; you can
# omit this.
);

One of the ready-made view (renderer) classes for CGI::Carp::DebugScreen.
Note that this doesn't support template overriding.

will be called internally from CGI::Carp::DebugScreen.


Kenichi Ishigaki, <ishigaki@cpan.org>

Copyright (C) 2005-2006 by Kenichi Ishigaki
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.