Lintian::Processable::Package (3) Linux Manual Page
Lintian::Processable::Package — An object that Lintian can process Synopsis use Lintian::Processable::Package; my $proc = Lintian::Processable::Package->new (‘lintian_2.5.0_all.deb’); my $pkg_name = $proc->pkg_name; my $pkg_version = $proc->pkg_version; # etc. Description Instances of this perl class are objects that Lintian can process (e.g. deb files). Multiple objects can then be combined into groups, which Lintian will process together. Class…
