Lintian::Lab::Entry(3) | Debian Package Checker | Lintian::Lab::Entry(3) |
Lintian::Lab::Entry - A package inside the Lab
use Lintian::Lab; my $lab = Lintian::Lab->new ("dir"); my $lpkg = $lab->get_package ("name", "type", "version", "arch"); # create the entry $lpkg->create; # obtain a Lintian::Collect object. my $info = $lpkg->info; $lpkg->clear_cache; # Remove package from lab. $lpkg->remove;
This module provides basic access and manipulation about an entry (i.e. processable) stored in the Lab. Instances of this class are not created directly, instead they are returned by various methods from Lintian::Lab.
Used by Lintian::Lab to load an existing entry from the lab.
Overrides info from Lintian::Processable.
Overrides clear_cache from Lintian::Processable.
Niels Thykier <niels@thykier.net>
2019-05-26 | Lintian v2.15.0 |