1Algorithm::Dependency::UOsredrerCeodn(t3r)ibuted Perl DoAclugmoernittahtmi:o:nDependency::Ordered(3)
2
3
4
6 Algorithm::Dependency::Ordered - Implements an ordered dependency
7 hierarchy
8
10 version 1.112
11
13 Algorithm::Dependency::Ordered implements the most common variety of
14 Algorithm::Dependency, the one in which the dependencies of an item
15 must be acted upon before the item itself can be acted upon.
16
17 In use and semantics, this should be used in exactly the same way as
18 for the main parent class. Please note that the output of the "depends"
19 method is NOT changed, as the order of the depends is not assumed to be
20 important. Only the output of the "schedule" method is modified to
21 ensure the correct order.
22
23 For API details, see Algorithm::Dependency.
24
26 Algorithm::Dependency
27
29 Bugs may be submitted through the RT bug tracker
30 <https://rt.cpan.org/Public/Dist/Display.html?Name=Algorithm-
31 Dependency> (or bug-Algorithm-Dependency@rt.cpan.org <mailto:bug-
32 Algorithm-Dependency@rt.cpan.org>).
33
35 Adam Kennedy <adamk@cpan.org>
36
38 This software is copyright (c) 2003 by Adam Kennedy.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.36.0 2022-07-22 Algorithm::Dependency::Ordered(3)