Lintian::Processable::Source::Components - interface to orig tar components
Contents
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';
