<<

NAME

Lintian::Tag::Bearer -- Facilities for objects receiving Lintian tags

SYNOPSIS

 use Moo;
use namespace::clean;

 with('Lintian::Tag::Bearer');

DESCRIPTION

A class for collecting Lintian tags as they are found

INSTANCE METHODS

tag (ARGS)

Store found tags for later processing.

tags

AUTHOR

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

SEE ALSO

lintian(1)

<<