From 446080cb041a207e734e2bf9fd8c78ecac493616 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 11 Jul 2021 01:08:03 +0000 Subject: 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 Signed-off-by: Khem Raj --- .../libtest/libtest-warnings-perl_0.028.bb | 29 ---------------------- .../libtest/libtest-warnings-perl_0.030.bb | 28 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 29 deletions(-) delete mode 100644 meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.028.bb create mode 100644 meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.030.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.028.bb b/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.028.bb deleted file mode 100644 index 7cd07b2c0b..0000000000 --- a/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.028.bb +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright (C) 2020 Jens Rehsack -# Released under the MIT license (see COPYING.MIT for the terms) - -DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \ -warnings generated by your tests, combined with the convenience of \ -\\"done_testing\\" to not have to declare a test count, you'll have discovered \ -that these two features do not play well together, as the test count will \ -be calculated *before* the warnings test is run, resulting in a TAP error. \ -(See "examples/test_nowarnings.pl" in this distribution for a \ -demonstration.)" - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" - -HOMEPAGE= "https://metacpan.org/release/Test-Warnings" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" - -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz" - -SRC_URI[md5sum] = "cd007342017fedfb02d6fde75602e473" -SRC_URI[sha256sum] = "26fda9f8d279e943d27e43a4a3a5cea8a6592cd36e7308695f8dc6602262c0e0" - -S = "${WORKDIR}/Test-Warnings-${PV}" - -inherit cpan ptest-perl - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.030.bb b/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.030.bb new file mode 100644 index 0000000000..78110ca475 --- /dev/null +++ b/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.030.bb @@ -0,0 +1,28 @@ +# Copyright (C) 2020 Jens Rehsack +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \ +warnings generated by your tests, combined with the convenience of \ +\\"done_testing\\" to not have to declare a test count, you'll have discovered \ +that these two features do not play well together, as the test count will \ +be calculated *before* the warnings test is run, resulting in a TAP error. \ +(See "examples/test_nowarnings.pl" in this distribution for a \ +demonstration.)" + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0+" + +HOMEPAGE= "https://metacpan.org/release/Test-Warnings" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz" + +SRC_URI[sha256sum] = "89a4947ddf1564ae01122275584433d7f6c4370370bcf3768922d796956ae24f" + +S = "${WORKDIR}/Test-Warnings-${PV}" + +inherit cpan ptest-perl + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf