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

NAME

App::Basis::ConvertText2::Plugin::Uml

SYNOPSIS

    my $content = "' this is a comment on one line
    /' this is a
    multi-line
    comment'/
    Alice -> Bob: Authentication Request
    Bob --> Alice: Authentication Response

    Alice -> Bob: Another authentication Request
    Alice <-- Bob: another authentication Response
    " ;
    my $params = {} ;
    my $obj = App::Basis::ConvertText2::Plugin::Uml->new() ;
    my $out = $obj->process( 'uml', $content, $params) ;

DESCRIPTION

convert a uml text string into a PNG, requires uml program and plantuml from https://github.com/27escape/bin/blob/master/uml and http://plantuml.sourceforge.net

uml

create a simple uml image

 parameters
    data   - uml text      
    filename - filename to save the created image as 

 hashref params of
        size    - size of image, widthxheight - optional

1 POD Error

The following errors were encountered while parsing the POD:

Around line 53:

'=item' outside of any '=over'

=over without closing =back