<<

NAME

Lintian::Check -- Common facilities for Lintian checks

SYNOPSIS

 use Moo;

 with('Lintian::Check');

DESCRIPTION

A class for collecting Lintian tags as they are issued

INSTANCE METHODS

run

Run the check.

package

Get package name from processable.

type

Get type of processable.

info

Get the info data structure from processable.

AUTHOR

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

SEE ALSO

lintian(1)

<<