table of contents
other versions
Lintian::Index::Patched(3) | Debian Package Checker | Lintian::Index::Patched(3) |
NAME¶
Lintian::Index::Patched -- An index of a patched file set
SYNOPSIS¶
use Lintian::Index::Patched; # Instantiate via Lintian::Index::Patched my $orig = Lintian::Index::Patched->new;
DESCRIPTION¶
Instances of this perl class are objects that hold file indices of patched file sets. The origins of this class can be found in part in the collections scripts used previously.
INSTANCE METHODS¶
AUTHOR¶
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian. Substantial portions adapted from code written by Russ Allbery, Niels Thykier, and others.
SEE ALSO¶
Lintian::Index
2020-09-11 | Lintian v2.94.0 |