mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
dbce8c6d20
Interface for providing metadata about installed software packages.
6 lines
328 B
Plaintext
6 lines
328 B
Plaintext
App::Info provides a generalized interface for providing metadata about
|
|
software packages installed on a system. The idea is that App::Info subclasses
|
|
can be used in Perl application installers in order to determine whether
|
|
software dependencies have been fulfilled, and to get necessary metadata about
|
|
those software packages.
|