The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Algorithm::Dependency::Objects::Ordered - An ordered dependency set

SYNOPSIS

        use Algorithm::Dependency::Objects::Ordered;

DESCRIPTION

METHODS

new
objects
selected
depends
schedule
schedule_all

SEE ALSO

Adam Kennedy's excellent Algorithm::Dependency::Ordered module, upon which this is based.

BUGS

None that we are aware of. Of course, if you find a bug, let us know, and we will be sure to fix it.

CODE COVERAGE

We use Devel::Cover to test the code coverage of our tests, see the CODE COVERAGE section of Algorithm::Dependency::Objects for more information.

AUTHORS

Yuval Kogman

Stevan Little

COPYRIGHT AND LICENSE

Copyright (C) 2005 Yuval Kogman, Stevan Little

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.