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

NAME

Meta::Grapher::Moose::Renderer::Plantuml::Link - Utility class for Meta::Grapher::Moose::Renderer::Plantuml

VERSION

version 1.03

DESCRIPTION

Internal class. Part of the Meta::Grapher::Moose::Renderer::Plantuml renderer. Represents a link between two packages to be rendered.

ATTRIBUTES

This class accepts the following attributes:

from

The id of the package we're linking from.

Required.

to

The id of the package we're linking to.

Required.

METHODS

This class provides the following methods:

to_plantuml

Return source code representing this link as plantuml source.

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)