diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-24 19:14:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-24 19:14:46 +0000 |
commit | 428ebb48ac442e0c9f38745f009511d8dfbc60ed (patch) | |
tree | 3898310fdcd3e2671e5af842350ef9dccc832170 /devel/p5-Algorithm-Dependency/DESCR | |
parent | d0f10e84f08f173618b967b433715a2b0fc1a7b1 (diff) | |
download | pkgsrc-428ebb48ac442e0c9f38745f009511d8dfbc60ed.tar.gz |
Initial import of p5-Algorithm-Dependency-1.03:
Algorithm::Dependency is a framework for creating simple read-only
dependency hierarchies, where you have a set of items that rely on
other items in the set, and require actions on them as well.
Despite the most visible of these being software installation
systems like the CPAN installer, or debian apt-get, they are useful
in other situations. This module intentionally uses implementation-neutral
words, to avoid confusion.
Diffstat (limited to 'devel/p5-Algorithm-Dependency/DESCR')
-rw-r--r-- | devel/p5-Algorithm-Dependency/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-Dependency/DESCR b/devel/p5-Algorithm-Dependency/DESCR new file mode 100644 index 00000000000..e75a09dd690 --- /dev/null +++ b/devel/p5-Algorithm-Dependency/DESCR @@ -0,0 +1,8 @@ +Algorithm::Dependency is a framework for creating simple read-only +dependency hierarchies, where you have a set of items that rely on +other items in the set, and require actions on them as well. + +Despite the most visible of these being software installation +systems like the CPAN installer, or debian apt-get, they are useful +in other situations. This module intentionally uses implementation-neutral +words, to avoid confusion. |