Perl::Metrics::Simple::Output::PlainText - Produce plain text report.
$analysis = Perl::Metrics::Simple->new()->analyze_files(@files); $plain = Perl::Metrics::Simple::Putput::PlainText->new($analysis); print $plain->make_report;
To install Perl::Metrics::Simple, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Perl::Metrics::Simple
CPAN shell
perl -MCPAN -e shell install Perl::Metrics::Simple
For more information on module installation, please visit the detailed CPAN module installation guide.