|
NAMEAlgorithm::Dependency::Ordered - Implements an ordered dependency hierarchyVERSIONversion 1.112DESCRIPTIONAlgorithm::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. SEE ALSOAlgorithm::DependencySUPPORTBugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Algorithm-Dependency> (or bug-Algorithm-Dependency@rt.cpan.org <mailto:bug-Algorithm-Dependency@rt.cpan.org>).AUTHORAdam Kennedy <adamk@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2003 by Adam Kennedy.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |