freebsd-ports/devel/p5-Algorithm-Dependency/pkg-descr
Bill Fenner 83764e1daa Update search.cpan.org WWW: entries to have a trailing slash.
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.
2006-02-20 20:50:22 +00:00

15 lines
560 B
Text

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