Lintian::Reporting::Util(3) | Debian Package Checker | Lintian::Reporting::Util(3) |
Lintian::Reporting::Util - Lintian utility functions
use Lintian::Reporting::Util qw(load_state_cache find_backlog); my $cache = load_state_cache('path/to/state-dir'); my @backlog = find_backlog('2.12', $cache);
This module contains a number of utility subs that are nice to have for the reporting framework, but on their own did not warrant their own module.
Most subs are imported only on request.
Note the result is by design not deterministic to reduce the risk of all large packages being in the same run (e.g. like gcc-5 + gcc-5-cross + gcc-6 + gcc-6-cross).
2019-05-26 | Lintian v2.15.0 |