Test::Lintian::UniversalTags -- routines for universal tag files
use Test::Lintian::UniversalTags qw(get_tagnames); my $filepath = "path to a universal tag file"; my @tags = get_tagnames($filepath);
Helper routines to deal with universal tag files. This is an abstract format that has the minimum information found in all Lintian output formats.
Starts the generic test runner for the test located in RUN_PATH and logs the output.