Alien-PlantUML

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    internet and it will be installed in a private share location for the
    use of other modules.

CLASS METHODS
  jar_file
    Returns the path to the JAR file for PlantUML:

      system(qw(java), '-jar', Alien::PlantUML->jar_file, '-version');

SEE ALSO
    PlantUML <https://plantuml.com/>
        PlantUML homepage

    Alien
        Documentation on the Alien concept itself.

    Alien::Base
        The base class for this Alien.

    Alien::Build::Manual::AlienUser
        Detailed manual for users of Alien classes.

lib/Alien/PlantUML.pm  view on Meta::CPAN

=head2 jar_file

Returns the path to the JAR file for PlantUML:

  system(qw(java), '-jar', Alien::PlantUML->jar_file, '-version');

=head1 SEE ALSO

=over 4

=item L<PlantUML|https://plantuml.com/>

PlantUML homepage

=item L<Alien>

Documentation on the Alien concept itself.

=item L<Alien::Base>

The base class for this Alien.



( run in 0.829 second using v1.01-cache-2.11-cpan-df04353d9ac )