Alien-Ditaa

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.002 2009-12-23
  - Fix to not exec ditaa but instead run it and return..
  - Suppress command STDOUT and store it in an attribute (as
    it is only useful for debugging non-zero exit status).
  - Additional documentation.

0.001 2009-12-14
  - Initial version.

README  view on Meta::CPAN

    Runs ditaa on the input file to produce an output png.

    See the ditaa documentation for additional arguments you may want (but
    probably don't).

    Returns the exit status of the java process (i.e. 0 for success)

  last_run_output
    The STDOUT of the child java process running ditaa for the last call to
    the "run_ditaa" method. This is not normally useful except as
    information to help debug the problem when a run fails.

SEE ALSO
    <http://ditaa.sourceforge.net>

INCLUDED SOFTWARE
    An unmodified copy of the latest varion of ditaa.jar is included in this
    package. The latest version and source code can be obtained from the URI
    above.

AUTHOR

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


See the ditaa documentation for additional arguments you
may want (but probably don't).

Returns the exit status of the java process (i.e. 0 for success)

=head2 last_run_output

The STDOUT of the child java process running ditaa for the last
call to the C<< run_ditaa >> method. This is not normally useful
except as information to help debug the problem when a run
fails.

=head1 SEE ALSO

L<http://ditaa.sourceforge.net>

=head1 INCLUDED SOFTWARE

An unmodified copy of the latest varion of ditaa.jar is included in
this package. The latest version and source code can be obtained



( run in 1.199 second using v1.01-cache-2.11-cpan-49f99fa48dc )