mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
83764e1daa
Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in.
16 lines
560 B
Plaintext
16 lines
560 B
Plaintext
Algorithm::Dependency is a framework for creating simple read-only
|
|
dependency heirachies, 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 usefull in other
|
|
situations. This module intentionally uses implementation-neutral words,
|
|
to avoid confusion.
|
|
|
|
WWW: http://search.cpan.org/dist/Algorithm-Dependency/
|
|
Author: Adam Kennedy <cpan@ali.as>
|
|
|
|
--
|
|
Aaron Dalton
|
|
aaron@FreeBSD.org
|