ActivePerl::PPM::RepoPackage - Package class that tracks PPD file attributes


NAME

ActivePerl::PPM::RepoPackage - Package class that tracks PPD file attributes


DESCRIPTION

ActivePerl::PPM::RepoPackage is a subclass of ActivePerl::PPM::Package that adds a few fields that is used to track changes to the corresponding PPD file.

The following are the new attributes:

$id = $pkg->repo_id

What repo does this package come from.

$url = $pkg->ppd_uri

Inherited, but here this might be a relative URI and is then interpreted relative to the packlist_uri of the repo.

$num = $pkg->ppd_fresh_until

At what time should the ppd information be refreshed from the repo.


SEE ALSO

the ActivePerl::PPM::Package manpage, the ActivePerl::PPM::Repo manpage


BUGS

none.