Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

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;