From: Wang Mingyu Date: Tue, 7 Jan 2025 09:01:15 +0000 (+0800) Subject: libtest-warnings-perl: upgrade 0.033 -> 0.037 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f203ec55e1fd12e4e6822839a4979b3054617d59;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libtest-warnings-perl: upgrade 0.033 -> 0.037 Changelog: =========== - remove unneeded use of Import::Into - fix tests that invoke Test::Warnings->import directly - avoid redefinition warnings when $^W is enabled in tests - allow tests to pass even when Import::Into is not installed - add backcompat shim for cases where Test::More is loaded in tests after Test::Warnings - fix Test2 compability for done_testing() - Test2::Warnings added as a simple wrapper (for now) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb b/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb similarity index 93% rename from meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb rename to meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb index 17b4cc3c9ee..1cdc93d776f 100644 --- a/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb +++ b/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=f98106ac3cc05d9cbebcdb8fbf7b7815" SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz" -SRC_URI[sha256sum] = "b9c375719f2c61c5f97aa5ee6cf4c901a972347c415969379b0b51f67c48bbcb" +SRC_URI[sha256sum] = "682de3e7a3e8ac9265c53d0e314b8b903294c5199c005bd37e808f4484c25df2" S = "${WORKDIR}/Test-Warnings-${PV}"