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

Changelog

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

  * Import upstream version 0.15.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Mon, 18 Apr 2022 18:15:48 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-levenshtein-perl_0.15-1.dsc 2.4 KiB 6ae051b8acfe9a8d9208b99275299e4f9543faae70b5f088d932f37221c067c0
libtext-levenshtein-perl_0.15.orig.tar.gz 15.6 KiB 5ca14be2579e43d76674a30d32b0d2a2b2f94a401de70e0d52002a7f8cd02e38
libtext-levenshtein-perl_0.15-1.debian.tar.xz 2.8 KiB da6a8c50580e95177f07c79c4860c3fa162f0018cceae11bbe6716aa320446e8

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.