<<

NAME

Lintian::Tag -- Common facilities for Lintian tags found and to be issued

SYNOPSIS

 use Moo;
 use namespace::clean;

 with 'Lintian::Tag';

DESCRIPTION

Common facilities for Lintian tags found and to be issued

INSTANCE METHODS

arguments =item info =item name =item override =item processable
context

Calculate the string representation commonly referred to as 'context'.

AUTHOR

Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.

SEE ALSO

lintian(1)

<<