<% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>

Test::Lintian::Output::Universal

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.

<% include ('/elements/footer.html' ) %>