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


Algorithm-Annotate documentation  | view source Contained in the Algorithm-Annotate distribution.

Index


NAME

Top

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

SYNOPSIS

Top

use Algorithm::Annotate;

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

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

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

$result = $ann->result;

DESCRIPTION

Top

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

TODO

Top

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

AUTHORS

Top

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT

Top


Algorithm-Annotate documentation  | view source Contained in the Algorithm-Annotate distribution.