The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Meta::Grapher::Moose::CommandLine - Module supporting command line interface for Meta::Grapher::Moose

VERSION

version 1.03

SYNOPSIS

    Meta::Grapher::Moose::CommandLine->run;

DESCRIPTION

This is the module behind the graph-meta.pl script. You probably want to go read the documentation for that instead.

ATTRIBUTES

This class accepts the following attributes:

renderer

The name of the renderer we should instantiate and pass to Meta::Grapher::Moose to render the graph with.

This will be converted to a class name by uppercasing the first character, lowercasing all other characters and prepending Meta::Grapher::Moose::Renderer:: to it.

Defaults to graphviz.

METHODS

This class provides the following methods:

Meta::Grapher::Moose::CommandLine->run

Class method. Parses the command line options and creates a graph.

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-meta-grapher-moose@rt.cpan.org).

I am also usually active on IRC as 'drolsky' on irc://irc.perl.org.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2016 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)