]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libtest-warnings-perl: upgrade 0.033 -> 0.037
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 7 Jan 2025 09:01:15 +0000 (17:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Jan 2025 15:26:24 +0000 (15:26 +0000)
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 <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb [moved from meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb with 93% similarity]

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 17b4cc3c9ee08783cb5e5f310083fc2dbcb6e0f7..1cdc93d776f5ee151c099c3a1060000053f740e2 100644 (file)
@@ -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}"