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

Changelog

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

  * Team upload.
  * Import upstream version 0.13
  * Bump debhelper compatibility level to 9

 -- Lucas Kanashiro <email address hidden>  Wed, 02 Sep 2015 23:15:18 -0300

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
Focal release main perl
Bionic release main perl
Xenial release main perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-levenshtein-perl_0.13-1.dsc 2.3 KiB 81a87950a9d8b4f3904dce74adcd595d8778f1907ec5a540b22af3c2573dd85e
libtext-levenshtein-perl_0.13.orig.tar.gz 15.1 KiB 3a7cbf0bb79fca33d92618f6d8c2ae4b5e2ee5b43729142a9b8ad9d8a678d11f
libtext-levenshtein-perl_0.13-1.debian.tar.xz 2.5 KiB bdee3b9137a389bd73198e30addb903a431fb0472f5c8d3bd3b8d912bb608a0f

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.