Provided by: lintian_2.62.0ubuntu2.3_all bug

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 issued

INSTANCE 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

AUTHOR

       Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.

SEE ALSO

       lintian(1)