30fdfc066e
- Remove perl < 5.6 support - Add WWW. PR: ports/115003 Submitted by: chinsan Approved by: kevlo(maintainer), rafan (mentor, implicit)
7 lines
344 B
Text
7 lines
344 B
Text
The "String::Similarity" calculates the similarity index of its two
|
|
arguments. A value of '0' means that the strings are entirely
|
|
different. A value of '1' means that the strings are identical.
|
|
Everything else lies between 0 and 1 and describes the amount of
|
|
similarity between the strings.
|
|
|
|
WWW: http://search.cpan.org/dist/String-Similarity/
|