Lintian::Index::Installed (3) - Linux Manuals

Lintian::Index::Installed: An index of an installed file set

NAME

Lintian::Index::Installed -- An index of an installed file set

SYNOPSIS

 use Lintian::Index::Installed;

 # Instantiate via Lintian::Index::Installed
 my $orig = Lintian::Index::Installed->new;

DESCRIPTION

Instances of this perl class are objects that hold file indices of installed file sets. The origins of this class can be found in part in the collections scripts used previously.

INSTANCE METHODS

collect
unpack

AUTHOR

Originally written by Felix Lechner <felix.lechner [at] lease-up.com> for Lintian. Substantial portions adapted from code written by Russ Allbery, Niels Thykier, and others.

SEE ALSO

lintian(1)

Lintian::Index