">

NAME

Lintian::Check::Info - Check script meta data

SYNOPSIS

 use Lintian::Check::Info;

DESCRIPTION

This class represents Lintian checks.

CLASS METHODS

basedir
name
module
type
type_table
tag_table
load
$cs->is_check_type ($type)

Returns a truth value if this check can be applied to a $type package.

Note if $cs->type return undef, this will return a truth value for all inputs.

$cs->add_tag ($tag)

Associates a tag as issued by this check.

$cs->get_tag ($tagname)

Return the tag or undef (if the tag is not in this check).

$cs->tags

Returns the list of tag names in the check. The list nor its contents should be modified.

$cs->run_check ($proc, $group)

AUTHOR

Originally written by Niels Thykier <niels@thykier.net> for Lintian.

SEE ALSO

lintian(1)

<<