Lintian::Processable::Installable -- An installation package Lintian can process
Contents
Description
This class represents a 'deb' or 'udeb' file that Lintian can process. Objects of this kind are often
part of a Lintian::Group, which represents all the files in a changes or buildinfo file.
Instance Methods
init_from_file (PATH)
Initializes a new object from PATH.
Name
Lintian::Processable::Installable -- An installation package Lintian can process
See Also
lintian(1)
Lintian::Processable
Lintian v2.122.0ubuntu1 2025-05-01 Lintian::Processable::Installable(3)
Synopsis
use Lintian::Processable::Installable;
my $processable = Lintian::Processable::Installable->new;
$processable->init_from_file('path');
