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::PlainText - Produce plain text report.

SYNOPSIS

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