The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

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.

SUPPORT

For general comments, contact the author.

To file a bug against this module, in a way you can keep track of, see the CPAN bug tracking system.

http://rt.cpan.org/

AUTHOR

    Adam Kennedy
    cpan@ali.as
    http//ali.as/

SEE ALSO

Algorithm::Dependency

COPYRIGHT

Copyright (c) 2003 Adam Kennedy. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.