6 | | perl5.setup Algorithm-Dependency 1.106 |
7 | | maintainers nomaintainer |
8 | | description Base class for implementing various dependency trees |
9 | | long_description \ |
10 | | Algorithm::Dependency is a framework for creating simple read-only \ |
11 | | dependency hierarchies, where you have a set of items that rely on \ |
12 | | other items in the set, and require actions on them as well.\ |
13 | | Despite the most visible of these being software installation systems \ |
14 | | like the CPAN installer, or debian apt-get, they are usefull in other \ |
15 | | situations. This module intentionally uses implementation-neutral \ |
16 | | words, to avoid confusion. |
| 6 | perl5.setup Algorithm-Dependency 1.106 |
| 7 | maintainers nomaintainer |
| 8 | description Base class for implementing various dependency trees |
| 9 | long_description Algorithm::Dependency is a framework for creating simple \ |
| 10 | read-only dependency hierarchies, where you have a set \ |
| 11 | of items that rely on other items in the set, and \ |
| 12 | require actions on them as well. Despite the most \ |
| 13 | visible of these being software installation systems \ |
| 14 | like the CPAN installer, or debian apt-get, they are \ |
| 15 | usefull in other situations. This module intentionally \ |
| 16 | uses implementation-neutral words, to avoid confusion. |