Man page - lintian::processable::installable(3)
Packages contains this manual
Manual
Lintian::Processable::Installable
NAMESYNOPSIS
DESCRIPTION
INSTANCE METHODS
AUTHOR
SEE ALSO
NAME
Lintian::Processable::Installable -- An installation package Lintian can process
SYNOPSIS
use
Lintian::Processable::Installable;
my $processable = Lintian::Processable::Installable->new;
$processable->init_from_file('path');
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.
AUTHOR
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.
SEE ALSO
lintian (1)
Lintian::Processable