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

Stepford::Graph - Contains the step dependency graph

VERSION

version 0.006001

DESCRIPTION

This is an internal class and has no user-facing parts. Please do not use it.

A Stepford::Graph is a directed graph of the step dependency resolution. Each step node has connections to all of the nodes for the steps that create its dependencies. It is a graph rather than a tree as there may be multiple paths between a step node and steps that create dependencies of dependency steps. It is directed as each node only knows about the nodes for its own dependencies, not the nodes that it provides dependencies for.

SUPPORT

Bugs may be submitted through https://github.com/maxmind/Stepford/issues.

AUTHOR

Dave Rolsky <drolsky@maxmind.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 - 2023 by MaxMind, Inc.

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