">
Lintian::Check::Info - Check script meta data
use Lintian::Check::Info;
This class represents Lintian checks.
basedir
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.
Associates a tag as issued by this check.
Return the tag or undef (if the tag is not in this check).
Returns the list of tag names in the check. The list nor its contents should be modified.
Originally written by Niels Thykier <niels@thykier.net> for Lintian.
lintian(1)