Lintian::Check (3) Linux Manual Page
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
