NAME
Report::Generator - utility to generate reports
SYNOPSIS
Report::Generator->new( { cfg => '/path/to/config/file' } )->genreport();
DESCRIPTION
Report::Generator
provides an infrastructure to generate reports using render classes based on a configuration file. The render classes require usually additional configuration - you should consult their documentation when you're going to use them.
SUBROUTINES/METHODS
new
Instantiates a new Report::Generator. Requires an hash reference containing bootstrap parameters:
cfg
-
Must be either a path to a configuration file, which can be read using Config::Any or a hash with a compatible configuration.
generate
Generates the report based on the configuration.
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
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
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.