summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r--meta-perl/recipes-perl/libtest/libtest-harness-perl_3.39.bb (renamed from meta-perl/recipes-perl/libtest/libtest-harness-perl_3.36.bb)15
1 files changed, 13 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.36.bb b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.39.bb
index 1aed5e0d6..35054c758 100644
--- a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.36.bb
+++ b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.39.bb
@@ -1,3 +1,8 @@
1# NOTE:
2# You should use perl-module-test-harness instead of this package,
3# unless you specifically need a newer version than what is provided
4# by perl in oe-core.
5
1SUMMARY = "Test::Harness - Run Perl standard test scripts with statistics" 6SUMMARY = "Test::Harness - Run Perl standard test scripts with statistics"
2DESCRIPTION = "Although, for historical reasons, the Test::Harness \ 7DESCRIPTION = "Although, for historical reasons, the Test::Harness \
3distribution takes its name from this module it now exists only to provide \ 8distribution takes its name from this module it now exists only to provide \
@@ -21,13 +26,19 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
21LIC_FILES_CHKSUM = "file://README;beginline=29;endline=30;md5=b08db4360eec119e875dddd7cb8a5ddd" 26LIC_FILES_CHKSUM = "file://README;beginline=29;endline=30;md5=b08db4360eec119e875dddd7cb8a5ddd"
22 27
23SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-${PV}.tar.gz" 28SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-${PV}.tar.gz"
24SRC_URI[md5sum] = "4c8d9c77e8e06ca96c7383c05c8f3616" 29SRC_URI[md5sum] = "7877298e3b717734095ecb8e918b043e"
25SRC_URI[sha256sum] = "e7566f13b041d028b56f184b77ec2545ec6f0bb5a0f8f5368f7e4a08b496b63e" 30SRC_URI[sha256sum] = "69bd44c81c6e1d2db18e298ecf631852608893ddfddb332a7d55285bbfc51132"
31
32UPSTREAM_CHECK_REGEX = "Test\-Harness\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
26 33
27S = "${WORKDIR}/Test-Harness-${PV}" 34S = "${WORKDIR}/Test-Harness-${PV}"
28 35
29inherit cpan 36inherit cpan
30 37
38RDEPENDS_${PN} += "\
39 perl-module-benchmark \
40"
41
31RPROVIDES_${PN} += "libapp-prove-perl \ 42RPROVIDES_${PN} += "libapp-prove-perl \
32 libapp-prove-state-perl \ 43 libapp-prove-state-perl \
33 libapp-prove-state-result-perl \ 44 libapp-prove-state-result-perl \