">

NAME

Test::Lintian::Output::Universal -- routines to process universal tags

SYNOPSIS

  use Test::Lintian::Output::Universal qw(get_tagnames);

  my $filepath = "path to a universal tag file";
  my @tags = get_tagnames($filepath);

DESCRIPTION

Helper routines to deal with universal tags and tag files. This is an abstract format that has the minimum information found in all Lintian output formats.

FUNCTIONS

get_tagnames(PATH)

Gets all the tag names mentioned in universal tag file located at PATH.

order
package_name
package_type
tag_name
parse_line
universal_string

AUTHOR

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

SEE ALSO

lintian(1)

<<