summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb')
-rw-r--r--meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb
new file mode 100644
index 0000000000..cd52a5d1b2
--- /dev/null
+++ b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb
@@ -0,0 +1,22 @@
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/RJBS/Algorithm-Diff-1.201"
11
12LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
13LIC_FILES_CHKSUM = "file://lib/Algorithm/Diff.pm;beginline=1671;endline=1675;md5=f6b2fe8ca06ca6faefa4f265fc494c2c"
14
15SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Algorithm-Diff-${PV}.tar.gz"
16SRC_URI[sha256sum] = "0022da5982645d9ef0207f3eb9ef63e70e9713ed2340ed7b3850779b0d842a7d"
17
18S = "${UNPACKDIR}/Algorithm-Diff-${PV}"
19
20inherit cpan
21
22BBCLASSEXTEND = "native"