Philip Crow > UML-Sequence-0.05 > UML::Sequence::Svg

Download:
UML-Sequence-0.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source   Latest Release: UML-Sequence-0.08

NAME ^

UML::Sequence::Svg - converts xml sequence files to svg

SYNOPSIS ^

    use UML::Sequence::Svg;

    seq2svg @ARGV;

DESCRIPTION ^

This module supports the seq2svg.pl script like Pod::Html supports pod2html. The array passed to seq2svg.pl should have the following form:

    ([-o output_file_name], [input_file_name])

By default input is from standard in and output is to standard out.