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

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