<<

NAME

Lintian::Output::EWI - standard tag output

SYNOPSIS

    use Lintian::Output::EWI;

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, $context, $override)

Print a tag. The first two arguments are hash reference with the information about the package and the tag, $context is the context 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.

_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
issuedtags

Hash containing the names of tags which have been issued.

issued_tag($tag_name)

Indicate that the named tag has been issued. Returns a boolean value indicating whether the tag had previously been issued by the object.

describe_tags
indent_and_wrap
markdown_to_plain

<<