Lintian::Pool(3) | Debian Package Checker | Lintian::Pool(3) |
Lintian::Pool -- Pool of processables
use Lintian::Pool; my $pool = Lintian::Pool->new; $pool->add_file('foo.changes'); $pool->add_file('bar.dsc'); $pool->add_file('baz.deb'); $pool->add_file('qux.buildinfo'); foreach my $gname ($pool->get_group_names){ my $group = $pool->get_group($gname); process($gname, $group); }
Do not modify the list nor its contents.
Originally written by Niels Thykier <niels@thykier.net> for Lintian.
Lintian::Processable
Lintian::Group
2023-02-05 | Lintian v2.116.3 |