diff options
| -rw-r--r-- | meta/recipes-devtools/perl/libtest-warnings-perl_0.032.bb (renamed from meta/recipes-devtools/perl/libtest-warnings-perl_0.031.bb) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-devtools/perl/libtest-warnings-perl_0.031.bb b/meta/recipes-devtools/perl/libtest-warnings-perl_0.032.bb index e03deaf15f..5876e8a63c 100644 --- a/meta/recipes-devtools/perl/libtest-warnings-perl_0.031.bb +++ b/meta/recipes-devtools/perl/libtest-warnings-perl_0.032.bb | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | # Copyright (C) 2020 Jens Rehsack <sno@netbsd.org> | ||
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 3 | |||
| 4 | SUMMARY = "Test::Warnings - Test for warnings and the lack of them" | 1 | SUMMARY = "Test::Warnings - Test for warnings and the lack of them" |
| 5 | DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \ | 2 | DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \ |
| 6 | warnings generated by your tests, combined with the convenience of \ | 3 | warnings generated by your tests, combined with the convenience of \ |
| @@ -12,13 +9,13 @@ demonstration.)" | |||
| 12 | HOMEPAGE = "https://github.com/karenetheridge/Test-Warnings" | 9 | HOMEPAGE = "https://github.com/karenetheridge/Test-Warnings" |
| 13 | BUGTRACKER = "https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Warnings" | 10 | BUGTRACKER = "https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Warnings" |
| 14 | SECTION = "libs" | 11 | SECTION = "libs" |
| 15 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0-Perl | GPL-1.0-or-later" |
| 16 | 13 | ||
| 17 | LIC_FILES_CHKSUM = "file://LICENCE;md5=6f2b02f39e7d359efd9525fbc56c84a1" | 14 | LIC_FILES_CHKSUM = "file://LICENCE;md5=f98106ac3cc05d9cbebcdb8fbf7b7815" |
| 18 | 15 | ||
| 19 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz" | 16 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz" |
| 20 | 17 | ||
| 21 | SRC_URI[sha256sum] = "1e542909fef305e45563e9878ea1c3b0c7cef1b28bb7ae07eba2e1efabec477b" | 18 | SRC_URI[sha256sum] = "4727dae2416e9f07e41e2dc3a9143ba6affc1ec57652117c99d50038e313e9d9" |
| 22 | 19 | ||
| 23 | S = "${WORKDIR}/Test-Warnings-${PV}" | 20 | S = "${WORKDIR}/Test-Warnings-${PV}" |
| 24 | 21 | ||
