1Algorithm::Dependency::UOsredrerCeodn(t3r)ibuted Perl DoAclugmoernittahtmi:o:nDependency::Ordered(3)
2
3
4
6 Algorithm::Dependency::Ordered - Implements an ordered dependency
7 heirachy
8
10 Algorithm::Dependency::Ordered implements the most common variety of
11 Algorithm::Dependency, the one in which the dependencies of an item
12 must be acted upon before the item itself can be acted upon.
13
14 In use and semantics, this should be used in exactly the same way as
15 for the main parent class. Please note that the output of the "depends"
16 method is NOT changed, as the order of the depends is not assumed to be
17 important. Only the output of the "schedule" method is modified to
18 ensure the correct order.
19
20 For API details, see Algorithm::Dependency.
21
23 Bugs should be submitted via the CPAN bug tracker, located at
24
25 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Dependency>
26
27 For general comments, contact the author.
28
30 Adam Kennedy <adamk@cpan.org>
31
33 Algorithm::Dependency
34
36 Copyright 2003 - 2009 Adam Kennedy.
37
38 This program is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
41 The full text of the license can be found in the LICENSE file included
42 with this module.
43
44
45
46perl v5.28.0 2009-04-14 Algorithm::Dependency::Ordered(3)