summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-09-05 13:51:01 -0400
committerKhem Raj <raj.khem@gmail.com>2025-09-05 18:55:02 -0700
commit1c844d302512b9107215a500b4cb404cf2bcce5a (patch)
tree4442944003dda75550ca414aa0f2502130b935f3 /meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb
parent3564ff8f3066b87370be867e285fd17ec4a698a9 (diff)
downloadmeta-openembedded-1c844d302512b9107215a500b4cb404cf2bcce5a.tar.gz
libalgorithm-diff-perl: upgrade 1.1901 -> 1.1903
Changes for version 1.19_03 - 2014-11-25 Fix documentation typos (RT 84981) contributed by dsteinbrunner add -w and -i switches to diffnew.pl (RT 69945) contributed by Brian.Eschner Remove Algorithm::DiffOld from the index The module is still distributed with Algorithm::Diff, but is not indexed on CPAN because this is an ***UNAUTHORIZED*** release of Algorithm::DiffOld. Changes for version 1.19_02 - 2006-07-31 Fix typo in @EXPORT_OK (s/LCDidx/LCSidx/) (RT 8576) Use 'printf' in example code, not 'sprintf' nor 'sprint' (RT 16067) DiffOld wasn't passing extra arguments to compare routine (RT 20650) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb')
-rw-r--r--meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb
deleted file mode 100644
index 2ab8e8bef9..0000000000
--- a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "Algorithm::Diff - Compute 'intelligent' differences between two \
2files/lists"
3DESCRIPTION = "This is a module for computing the difference between two files, \
4two strings, or any other two lists of things. It uses an intelligent \
5algorithm similar to (or identical to) the one used by the Unix `diff' \
6program. It is guaranteed to find the *smallest possible* set of \
7differences. \
8"
9SECTION = "libs"
10HOMEPAGE = "https://metacpan.org/release/TYEMQ/Algorithm-Diff-1.1901"
11
12LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
13LIC_FILES_CHKSUM = "file://lib/Algorithm/Diff.pm;beginline=1676;endline=1680;md5=f6b2fe8ca06ca6faefa4f265fc494c2c"
14
15SRC_URI = "${CPAN_MIRROR}/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.zip"
16SRC_URI[sha256sum] = "229a5708b0791675a8cd50ace77e79a323e52bfb4d34799dddfed644a2036662"
17
18S = "${UNPACKDIR}/Algorithm-Diff-${PV}"
19
20inherit cpan
21
22BBCLASSEXTEND = "native"