libtext-levenshtein-perl 0.12-1 source package in Ubuntu

Changelog

libtext-levenshtein-perl (0.12-1) unstable; urgency=medium

  * Import upstream version 0.12.
  * Update years of packaging copyright.
  * Add (build) dependency on Unicode::Collate 1.04.

 -- gregor herrmann <email address hidden>  Sun, 10 May 2015 18:37:46 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-levenshtein-perl_0.12-1.dsc 2.3 KiB 0c48c43730d36d60b464c8ef4782a37e84d665574732d538e699c83373144dec
libtext-levenshtein-perl_0.12.orig.tar.gz 14.5 KiB abd786ca711547d5d8072e7d29ea406b5164f48c7ace7977bc29a3ed704339f0
libtext-levenshtein-perl_0.12-1.debian.tar.xz 2.4 KiB fd911014f56c40b23f8445c0d8a9e8c0755cc7425dc9e053923805a0fe61f33b

Available diffs

No changes file available.

Binary packages built by this source

libtext-levenshtein-perl: implementation of the Levenshtein edit distance

 Text::Levenshtein implements the Levenshtein edit distance. The Levenshtein
 edit distance is a measure of the degree of proximity between two strings.
 This distance is the number of substitutions, deletions or insertions
 ("edits") needed to transform one string into the other one (and vice versa).
 When two strings have distance 0, they are the same.