<<

NAME

Lintian::Output::Standard - standard tag output

SYNOPSIS

    use Lintian::Output::Standard;

DESCRIPTION

Provides standard tag output.

INSTANCE METHODS

issue_tags

Print all tags passed in array. A separate arguments with processables is necessary to report in case no tags were found.

print_tag($pkg_info, $tag_info, $hint, $override)

Print a tag. The first two arguments are hash reference with the information about the package and the tag, $hint is the hint information for the tag (if any) as an array reference, and $override is either undef if the tag is not overridden or a hash with override info for this tag.

print_start_pkg($pkg_info)

Called before lintian starts to handle each package. The version in Lintian::Output uses v_msg() for output. Called from Tags::select_pkg().

_quote_print($string)

Called to quote a string. By default it will replace all non-printables with "?". Sub-classes can override it if they allow non-ascii printables etc.

osc_hyperlink

<<