diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-24 08:27:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-23 21:46:12 -0700 |
commit | 0ec7415e00cefc8d085dbc095a97d05cc527ff51 (patch) | |
tree | 1374a461c4df5def63312349c45812a5276423d0 /meta-perl/recipes-perl | |
parent | 3525d4bb5a1989a1dee8efd83dad046f46f9b8c1 (diff) | |
download | meta-openembedded-0ec7415e00cefc8d085dbc095a97d05cc527ff51.tar.gz |
libtest-deep-perl: upgrade 1.130 -> 1.204
License-Update:
dzilification cleanup: remove redundant pod
Changelog:
==========
- restore v5.12 compatibility (see commit 66b79eb for the amusing
anecdote)
- try to avoid clobbering global error variables when loading test
libraries (thanks, Felipe Gasper)
- hash_each now enumates keys in sort() order, to make errors more
consistent
- no changes since trial releases
- Test::Deep now requires perl v5.12.
- correct Changes entry about which version version of perl is required
- converted to Dist::Zilla
- Test::Deep will now require v5.12, and this may go up. This change
allows simplification of the Makefile.PL, which was coping with a
mistake made twelve years ago.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r-- | meta-perl/recipes-perl/libtest/libtest-deep-perl_1.204.bb (renamed from meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.204.bb index 6252bc3351..d7f6166b4b 100644 --- a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb +++ b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.204.bb | |||
@@ -23,11 +23,10 @@ SECTION = "libs" | |||
23 | HOMEPAGE = "http://github.com/rjbs/Test-Deep/" | 23 | HOMEPAGE = "http://github.com/rjbs/Test-Deep/" |
24 | 24 | ||
25 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 25 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
26 | LIC_FILES_CHKSUM = "file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=a897a42bafc3422cab17c2eb94f87a7c" | 26 | LIC_FILES_CHKSUM = "file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=d3ed382cc19bae8ead6076df35a43cbf" |
27 | 27 | ||
28 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Test-Deep-${PV}.tar.gz" | 28 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Test-Deep-${PV}.tar.gz" |
29 | SRC_URI[md5sum] = "d466e471108f7f7a5df3802cb13761ac" | 29 | SRC_URI[sha256sum] = "b6591f6ccdd853c7efc9ff3c5756370403211cffe46047f082b1cd1611a84e5f" |
30 | SRC_URI[sha256sum] = "4064f494f5f62587d0ae501ca439105821ee5846c687dc6503233f55300a7c56" | ||
31 | 30 | ||
32 | UPSTREAM_CHECK_REGEX = "Test\-Deep\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | 31 | UPSTREAM_CHECK_REGEX = "Test\-Deep\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" |
33 | 32 | ||