Changelog:
i1.108 Wed 10 Feb 2009
- Allow ->weight to take _STRING instead of only _IDENTIFIER
1.107 Sun 8 Feb 2009
- Adding Algorithm::Dependency::Source::Invert
- ok'ed by rillig
ChangeLog:
1.106 Mon 14 Jan 2008
- Adding a slight change to 01_compile.t to prevent warnings
1.105_01 Tue 11 Dec 2007
- Make test scripts more 5.005-compatible
- Removing the use of base.pm for 5.006-compatibility
- new maintainer
- ok by joerg
Changelog:
1.104 Mon 12 Nov 2007
- No functional changes
- Updating to Module::Install 0.68
- Updating bundled tests
1.103 Thu 29 Jun 2007
- No functional changes, no need to upgrade
- Updating to Module::Install 0.65
1.102 Sat 16 Apr 2006
- No functional changes, no need to upgrade
- Moving from old CVS to new SVN repository
- Doing some general cleaning up
- Updating to Module::Install 0.62
1.101 Mon Oct 10 2005
- It appears I overtightened the naming rules. Reversed
1.100 Mon Oct 10 2005
- Significant version bump to announce addition of major functionality
- Added Algorithm::Dependency::Weight
- Upgraded a few remaining things to Params::Util
1.04 Wed Sep 14 2005
- Converted to Module::Install
- Added Algorithm::Dependency::Source::HoA by request
- Modernised the layout a little
- Upgraded from UNIVERSAL::isa to Params::Util to support more
complex uses of objects like Adapaters and Decorators.
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.