">
Lintian::Check -- Common facilities for Lintian checks
use Moo;
use namespace::clean;
with('Lintian::Check');
A class for collecting Lintian tags as they are issued
Get processable underlying this check.
Get group that the processable is in.
Run the check.
Tag the processable associated with this check
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.
lintian(1)