logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Lintian::Processable::Source -- A dsc source package Lintian can process

Author

Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.

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_from_file (PATH) Initializes a new object from PATH.

Name

Lintian::Processable::Source -- A dsc source package Lintian can process

See Also

lintian(1) Lintian::Processable Lintian v2.122.0ubuntu1 2025-05-01 Lintian::Processable::Source(3)

Synopsis

use Lintian::Processable::Source; my $processable = Lintian::Processable::Source->new; $processable->init_from_file('path');

See Also