NAME
Meta::Grapher::Moose - Produce a GraphViz graph showing meta-information about classes and roles
VERSION
version 0.01
SYNOPSIS
you@hostname:~$ graph-meta.pl --package Your::Package --output your-package.svg
DESCRIPTION
This distribution ships an executable, graph-meta.pl, that uses GraphViz2 to produce a graph showing information about a package. It always shows the roles consumed by the package, and the roles those roles consume, and so on. If given a class name, it will also graph inheritance, but you can give this tool a role name as well.
This is still a very early release and there are a lot of improvements that could be made. Suggestions and pull requests are welcome.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2015 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)