Base class for implementing various dependency trees
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 usefull in other situations. This module intentionally uses implementation-neutral words, to avoid confusion.
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 usefull in other situations. This module intentionally uses implementation-neutral words, to avoid confusion.
To install p5.28-algorithm-dependency, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-algorithm-dependency
To see what files were installed by p5.28-algorithm-dependency, run:
port contents p5.28-algorithm-dependency
To later upgrade p5.28-algorithm-dependency, run:
sudo port selfupdate && sudo port upgrade p5.28-algorithm-dependency
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.