summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-01-07 17:01:15 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-09 15:26:50 +0000
commitb7225b36e0c6316f02423a0cb858c9a858cb0165 (patch)
tree6db24b77af34ab8d107d62cefcf9cc1c587574dc
parent2389072799dae0a0e32d10f59f575fd12230ea6a (diff)
downloadpoky-b7225b36e0c6316f02423a0cb858c9a858cb0165.tar.gz
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) (From OE-Core rev: f203ec55e1fd12e4e6822839a4979b3054617d59) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb (renamed from meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb b/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb
index 17b4cc3c9e..1cdc93d776 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"
15 15
16SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz" 16SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz"
17 17
18SRC_URI[sha256sum] = "b9c375719f2c61c5f97aa5ee6cf4c901a972347c415969379b0b51f67c48bbcb" 18SRC_URI[sha256sum] = "682de3e7a3e8ac9265c53d0e314b8b903294c5199c005bd37e808f4484c25df2"
19 19
20S = "${WORKDIR}/Test-Warnings-${PV}" 20S = "${WORKDIR}/Test-Warnings-${PV}"
21 21