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>
This commit is contained in:
Wang Mingyu
2023-03-24 08:27:46 +08:00
committed by Khem Raj
parent 3525d4bb5a
commit 0ec7415e00
@@ -23,11 +23,10 @@ SECTION = "libs"
HOMEPAGE = "http://github.com/rjbs/Test-Deep/"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=a897a42bafc3422cab17c2eb94f87a7c"
LIC_FILES_CHKSUM = "file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=d3ed382cc19bae8ead6076df35a43cbf"
SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Test-Deep-${PV}.tar.gz"
SRC_URI[md5sum] = "d466e471108f7f7a5df3802cb13761ac"
SRC_URI[sha256sum] = "4064f494f5f62587d0ae501ca439105821ee5846c687dc6503233f55300a7c56"
SRC_URI[sha256sum] = "b6591f6ccdd853c7efc9ff3c5756370403211cffe46047f082b1cd1611a84e5f"
UPSTREAM_CHECK_REGEX = "Test\-Deep\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"