-
-
25 Sep 2003 18:19:06 UTC
- Distribution: Algorithm-Annotate
- Module version: 0.10
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (926 / 0 / 0)
- Kwalitee
Bus factor: 0- 87.80% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (1.57KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Algorithm::Diff
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Algorithm::Annotate - represent a series of changes in annotate form
SYNOPSIS
use Algorithm::Annotate;
my $ann = Algorithm::Annotate->new ();
$ann->add ($info1, \@seq1);
$ann->add ($info2, \@seq2); $ann->add ($info3, \@seq3);
$result = $ann->result;
DESCRIPTION
Algorithm::Annotate generates a list that is useful for generating output simliar to
cvs 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.
Module Install Instructions
To install Algorithm::Annotate, copy and paste the appropriate command in to your terminal.
cpanm Algorithm::Annotate
perl -MCPAN -e shell install Algorithm::Annotate
For more information on module installation, please visit the detailed CPAN module installation guide.