| 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(1)
Lintian::Processable
Lintian::Group
| 2024-10-16 | Lintian v2.117.0ubuntu1.2 |