
Alien::Ditaa - Use the ditaa text to diagram package in perl

use Alien::Ditaa;
my $ditaa = Alien::Ditaa->new;
$ditaa->run_ditaa($input_fn, $output_dn, @args);

Trivial wrapper to run ditaa from perl.

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)
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.


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.

Tomas Doran (t0m) C< bobtfish@bobtfish.net >

Copyright 2009 state51 (http://www.state51.co.uk)

Licensed under the terms of the GNU GPL.