There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Perl::Metrics::Simple::Output::HTML - Produce HTML report.

SYNOPSIS

$analysis =  Perl::Metrics::Simple->new()->analyze_files(@files);
$html     = Perl::Metrics::Simple::Putput::HTML->new($analysis);
print $html->make_report;