libalgorithm-diff-xs-perl 0.04-3build1 source package in Ubuntu

Changelog

libalgorithm-diff-xs-perl (0.04-3build1) utopic; urgency=medium

  * Rebuild for Perl 5.20.0.
 -- Colin Watson <email address hidden>   Tue, 19 Aug 2014 17:50:23 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Utopic
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libalgorithm-diff-xs-perl_0.04.orig.tar.gz 46.6 KiB cea89b47e1f70fa78f55f3c405491ce36d3effd9980f5c5491edffa31aa77153
libalgorithm-diff-xs-perl_0.04-3build1.debian.tar.gz 2.5 KiB 0c1ae959174746530c4a822f4320f3292fd563e8645af4e3d1fc3447c7658407
libalgorithm-diff-xs-perl_0.04-3build1.dsc 2.2 KiB 35425e3055a0bfcb0b7520a097e04e9774ac70874fda246adb1bf4b965520cdb

Available diffs

View changes file

Binary packages built by this source

libalgorithm-diff-xs-perl: module to find differences between files (XS accelerated)

 Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's
 excellent but not very well-known Algorithm::LCS module, with a drop-in
 interface identical to Algorithm::Diff.
 .
 Note that only the LCSidx function is optimized in XS at the moment, which
 means only compact_diff will get significantly faster for large data sets,
 while diff and sdiff will run in identical speed as Algorithm::Diff.