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::Fields::Files - Lintian interface to .buildinfo or changes file data collection

Author

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

Description

Lintian::Processable::Fields::Files provides an interface to data for .buildinfo and changes files. It implements data collection methods specific to .buildinfo and changes files.

Instance Methods

files Returns a reference to a hash containing information about files listed in the .buildinfo file. Each hash may have the following keys: name Name of the file. size The size of the file in bytes. section The archive section to which the file belongs. priority The priority of the file. checksums A hash with the keys being checksum algorithms and the values themselves being hashes containing sum The result of applying the given algorithm to the file. filesize The size of the file as given in the .buildinfo section relating to the given checksum.

Name

Lintian::Processable::Fields::Files - Lintian interface to .buildinfo or changes file data collection

See Also

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

Synopsis

use Moo; with 'Lintian::Processable::Fields::Files';

See Also