blob: b07c1a1b9803c8b52b05b51b62b61d2dd7fd72d9 (
plain)
1
2
3
4
5
6
7
8
9
|
This module is a wrapper around the diff algorithm from the module
Algorithm::Diff. It's job is to simplify a visualization of the differences of
each strings.
Compared to the many other Diff modules, the output is neither in diff-style
nor are the recognised differences on line or word boundaries, they are at
character level.
WWW: http://search.cpan.org/dist/String-ShowDiff/
|