Scroll to navigation

Test::Lintian::UniversalTags(3) Debian Package Checker Test::Lintian::UniversalTags(3)

NAME

Test::Lintian::UniversalTags -- routines for universal tag files

SYNOPSIS

  use Test::Lintian::UniversalTags qw(get_tagnames);

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

DESCRIPTION

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

FUNCTIONS

logged_runner(RUN_PATH)
Starts the generic test runner for the test located in RUN_PATH and logs the output.
2019-02-10 Lintian v2.6.0~bpo9+1