Skip Menu |

This queue is for tickets about the Text-Levenshtein CPAN distribution.

Report information
The Basics
Id: 42535
Status: resolved
Priority: 0/
Queue: Text-Levenshtein

People
Owner: NEILB [...] cpan.org
Requestors: RyanRyan52 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.06_01
Fixed in: 0.07



Subject: remove the extra & in the POD
--- a/Levenshtein.pm +++ b/Levenshtein.pm @@ -131,7 +131,7 @@ When two strings have distance 0, they are the same. A good point to start is: <http://www.merriampark.com/ld.htm> -&fastdistance can be called with two scalars and is faster in most cases. +C<fastdistance> can be called with two scalars and is faster in most cases. See also Text::LevenshteinXS on CPAN if you do not require a perl-only implementation. It is extremely faster in nearly all cases.
Fixed in 0.07 - thanks! Neil