aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-07-11 00:44:53 +0000
committerTim Orling <timothy.t.orling@intel.com>2021-07-11 00:54:04 +0000
commit55b9f0d8ff6b544f43e9ab3391e92029ec05ba4c (patch)
treea8b8dd1e4e0f117c65afc1e97fd5015987f786d7
parentdb624b072bb4072655d29398b8b3886cea56de38 (diff)
downloadmeta-openembedded-contrib-55b9f0d8ff6b544f43e9ab3391e92029ec05ba4c.tar.gz
libtest-warnings-perl: upgrade 0.028 -> 0.030
0.030 2020-03-21 16:56:30Z - fix tests that can fail when there is already an installed module named Foo::Bar::Baz (RT#132140) 0.029 2020-03-14 05:27:59Z - new :report_warnings feature, for printing all of the (unexpected) warning content when had_no_warnings() is called (Tina Mueller, PR#10) Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
-rw-r--r--meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.030.bb (renamed from meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.028.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.028.bb b/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.030.bb
index 7cd07b2c0b..78110ca475 100644
--- a/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.028.bb
+++ b/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.030.bb
@@ -19,8 +19,7 @@ file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf
SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz"
-SRC_URI[md5sum] = "cd007342017fedfb02d6fde75602e473"
-SRC_URI[sha256sum] = "26fda9f8d279e943d27e43a4a3a5cea8a6592cd36e7308695f8dc6602262c0e0"
+SRC_URI[sha256sum] = "89a4947ddf1564ae01122275584433d7f6c4370370bcf3768922d796956ae24f"
S = "${WORKDIR}/Test-Warnings-${PV}"