NAME

App::CriticDB::Report - Build reports of violations

VERSION

Version 0.0.4

SYNOPSIS

use App::CriticDB::Report;
my $report=App::CriticDB::Report->new(
  verbose   =>'... format ...',
  violations=>\@violations);
print $report->text();

DESCRIPTION

For single or multiple violations, output violations in a form equivalent to perlcritic --verbose.

AUTHORS

Brian Blackmore (brian@mediaalpha.com).

COPYRIGHT

Copyright (c) 2025--2035, MediaAlpha.com.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License Version 3 as published by the Free Software Foundation.