3cb1fc6bb0
Update to 0.03 PR: ports/51687 Submitted by: Mathieu Arnold <m@absolight.net>
9 lines
383 B
Text
9 lines
383 B
Text
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/
|