mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
381 B
Plaintext
10 lines
381 B
Plaintext
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: https://metacpan.org/release/String-ShowDiff
|