Lintian::ProcessablePool(3) | Debian Package Checker | Lintian::ProcessablePool(3) |
Lintian::ProcessablePool -- Pool of processables
use Lintian::ProcessablePool; my $pool = Lintian::ProcessablePool->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); }
If LAB is given, it is assumed to be a Lintian::Lab. In this case, any processable added to this pool will be stored as a lab entry from LAB.
Do not modify the list nor its contents.
Do not modify the list nor its contents.
Originally written by Niels Thykier <niels@thykier.net> for Lintian.
Lintian::Processable
Lintian::ProcessableGroup
2019-05-26 | Lintian v2.15.0 |