NAME
DMOSS::Report - DMOSS base class for creating reports
VERSION
version 0.01_2
SYNOPSIS
package DMOSS::Report::HTML;
use parent qw/DMOSS::Report/;
DESCRIPTION
This is the base class for creating reports.
AUTHOR
Nuno Carvalho <smash@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Project Natura <natura@natura.di.uminho.pt>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.