CGI::Carp::DebugScreen::DefaultView - CGI::Carp::DebugScreen View Class without template engines


NAME

CGI::Carp::DebugScreen::DefaultView - CGI::Carp::DebugScreen View Class without template engines


SYNOPSIS

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


DESCRIPTION

One of the ready-made view classes for CGI::Carp::DebugScreen.

This is the default. And this view doesn't support template overriding.


METHOD

as_html

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


SEE ALSO

the CGI::Carp::DebugScreen manpage


AUTHOR

Kenichi Ishigaki, <ishigaki@cpan.org>


COPYRIGHT AND LICENSE

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.

 CGI::Carp::DebugScreen::DefaultView - CGI::Carp::DebugScreen View Class without template engines