The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

genericseq.pl - generates xml sequence diagrams from various inputs

USAGE

    genericseq.pl -t 'Title' SeqModule [args_for_SeqModule...]

DESCRIPTION

Currently there are three sequencing modules you can use for SeqModule above. They are

    UML::Sequence::SimpleSeq
    UML::Sequence::PerlSeq
    UML::Sequence::JavaSeq

See the documentation in these modules for details on their arguments. To write your own sequence helper, see UML::Sequence::SimpleSeq and implement the same API.