Lintian::Check (3) - Linux Manuals
Lintian::Check: Common facilities for Lintian checks
NAME
Lintian::Check -- Common facilities for Lintian checks
SYNOPSIS
use Moo; use namespace::clean; with('Lintian::Check');
DESCRIPTION
A class for collecting Lintian tags as they are issuedINSTANCE METHODS
- processable
- Get processable underlying this check.
- group
- Get group that the processable is in.
- run
- Run the check.
- package
- Get package name from processable.
- type
- Get type of processable.
- info
- Get the info data structure from processable.
- build_path
- Get the build path.
- tag
- Tag the processable associated with this check