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::Components - interface to orig tar components

Author

Originally written by Adam D. Barratt <adsb@debian.org> for Lintian.

Description

Lintian::Processable::Source::Components provides an interface to data for upstream source components. Most sources only use one tarball.

Instance Methods

components Returns a reference to a hash containing information about source components listed in the .dsc file. The key is the filename, and the value is the name of the component.

Name

Lintian::Processable::Source::Components - interface to orig tar components

See Also

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

Synopsis

use Moo; with 'Lintian::Processable::Source::Components';

See Also