Lintian::Index::Orig -- An index of an upstream (orig) file set
use Lintian::Index::Orig; # Instantiate via Lintian::Index::Orig my $orig = Lintian::Index::Orig->new;
Instances of this perl class are objects that hold file indices of upstream file sets. The origins of this class can be found in part in the collections scripts used previously.
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.
lintian(1)