Lintian::Processable::Source (3) - Linux Manuals
Lintian::Processable::Source: A dsc source package Lintian can process
NAME
Lintian::Processable::Source -- A dsc source package Lintian can process
SYNOPSIS
use Lintian::Processable::Source; my $processable = Lintian::Processable::Source->new; $processable->init('path');
DESCRIPTION
This class represents a 'dsc' 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 (FILE)
- Initializes a new object from FILE.
- unpack