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.
Get package name from processable.
Get type of processable.
Get the info data structure from processable.
Get the build path.
Tag the processable associated with this check
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.
lintian(1)