AptPkg::Policy - APT package version policy class
use AptPkg::Policy;
The AptPkg::Policy module provides an interface to APT's package version policy.
The AptPkg::Policy package implements the APT pkgPolicy class.
An instance of the AptPkg::Policy class may be fetched using the
policy
method from an AptPkg::Cache object.
The following methods are implemented:
AptPkg::Cache(3pm), AptPkg(3pm).
Brendan O'Dea <bod@debian.org>