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


CGI-Carp-DebugScreen documentation  | view source Contained in the CGI-Carp-DebugScreen distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Note that this doesn't support template overriding.

METHOD

Top

as_html

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

SEE ALSO

Top

CGI::Carp::DebugScreen

AUTHOR

Top

Kenichi Ishigaki, <ishigaki@cpan.org>

COPYRIGHT AND LICENSE

Top


CGI-Carp-DebugScreen documentation  | view source Contained in the CGI-Carp-DebugScreen distribution.