NAME
DMOSS::Report::HTML - DMOSS HTML report generator
VERSION
version 0.01_2
SYNOPSIS
use DMOSS::Report::HTML;
my $report = DMOSS::Report::HTML->new($dmoss);
print $report->output;
DESCRIPTION
This classes extens the base report, and creates an HTML report.
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.