logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Algorithm::Dependency::Ordered - Implements an ordered dependency heirachy

Author

       Adam Kennedy <adamk@cpan.org>

Description

       Algorithm::Dependency::Ordered implements the most common variety of Algorithm::Dependency, the one in
       which the dependencies of an item must be acted upon before the item itself can be acted upon.

       In use and semantics, this should be used in exactly the same way as for the main parent class. Please
       note that the output of the "depends" method is NOT changed, as the order of the depends is not assumed
       to be important.  Only the output of the "schedule" method is modified to ensure the correct order.

       For API details, see Algorithm::Dependency.

Name

       Algorithm::Dependency::Ordered - Implements an ordered dependency heirachy

See Also

       Algorithm::Dependency

Support

       Bugs should be submitted via the CPAN bug tracker, located at

       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Dependency>

       For general comments, contact the author.

See Also