=for html
=head1 NAME
Template::Plugin::Filter::PlantUML - A template toolkit plugin filter for encoding and processing PlantUML Diagrams using a PlantUML Server.
=head1 VERSION
Version 0.02
=head1 SYNOPSIS
To use this plugin, you have to make sure that the Template Toolkit knows about its namespace.
my $tt2 = Template->new({
PLUGIN_BASE => 'Template::Plugin::Filter',
});
# or
my $tt2 = Template->new({
PLUGINS => {
PlantUML => 'Template::Plugin::Filter::PlantUML',
},
});
Then you C