man Algorithm::Annotate () - represent a series of changes in annotate form

NAME

Algorithm::Annotate - represent a series of changes in annotate form

SYNOPSIS

use Algorithm::Annotate;

my CW$ann = Algorithm::Annotate->new ();

$ann->add ($info1, \@seq1);

$ann->add ($info2, \@seq2); CW$ann->add ($info3, \@seq3);

$result = CW$ann->result;

DESCRIPTION

Algorithm::Annotate generates a list that is useful for generating output simliar to CWcvs annotate.

TODO

Might parse diff output and accumulate them for generating the annotate list.

AUTHORS

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT

Copyright 2003 by Chia-liang Kao <clkao@clkao.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>