Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / p5-Algorithm-Dependency / DESCR
1 Algorithm::Dependency is a framework for creating simple read-only
2 dependency hierarchies, where you have a set of items that rely on
3 other items in the set, and require actions on them as well.
4
5 Despite the most visible of these being software installation
6 systems like the CPAN installer, or debian apt-get, they are useful
7 in other situations. This module intentionally uses implementation-neutral
8 words, to avoid confusion.