table of contents
other versions
Lintian::Info::Checksums::Md5(3) | Debian Package Checker | Lintian::Info::Checksums::Md5(3) |
NAME¶
Lintian::Info::Checksums::Md5 - access to collected md5 data
SYNOPSIS¶
use Lintian::Processable; my $processable = Lintian::Processable::Binary->new;
DESCRIPTION¶
Lintian::Info::Checksums::Md5 provides an interface to package data for file checksums in MD5 format.
INSTANCE METHODS¶
- md5sums
- Returns a hashref mapping a FILE to its md5sum. The md5sum is computed by
Lintian during extraction and is not guaranteed to match the md5sum in the
"md5sums" control file.
Needs-Info requirements for using md5sums: md5sums
- saved_md5sums
- Returns the cached md5sums.
AUTHOR¶
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.
SEE ALSO¶
lintian(1), Lintian::Collect, Lintian::Collect::Binary, Lintian::Collect::Source
2020-02-20 | Lintian v2.54.0 |