Ubuntu Manpages

Lintian::Check::Info

Check script meta data

 use Lintian::Check::Info;

This class represents Lintian checks.

"basedir"
$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_taginfo ($taginfo)
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)

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

lintian(1)