/Perl-Lint-Reporter

output report from violations value of Perl::Lint

Primary LanguagePerlOtherNOASSERTION

NAME

Perl::Lint::Reporter - Output report from violations value of Perl::Lint

SYNOPSIS

use Perl::Lint qw/lint/;
use Perl::Lint::Reporter;

my $violations = lint(['path/to/script.pl', 'path/to/other/script.pl']);
report_violations($violations);

DESCRIPTION

Perl::Lint::Reporter is a report formatter for violation value of Perl::Lint.

EXAMPLE IMAGE

EXPORT

report_violations($violations)

Print a report about violations that is result of analysing by Perl::Lint.

LICENSE

Copyright (C) ytnobody.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

ytnobody ytnobody@gmail.com