The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Report::Generator::Render - base class for rendering reports

SYNOPSIS

This module is not intended to be used directly.

DESCRIPTION

Report::Generator::Render provides an abstract base class for rendering reports in Report::Generator.

SUBROUTINES/METHODS

new

render

Routine called to render the output. Must return a true value on success or set $self->{error} otherwise.

AUTHOR

Jens Rehsack, <rehsack at cpan.org>

BUGS

Please report any bugs or feature requests to bug-report-generator at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Report-Generator. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Report::Generator::Render

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2010 Jens Rehsack.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.