blob: 7cd07b2c0b59236fff3e3d4b1ddc6990338f16cd [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001# Copyright (C) 2020 Jens Rehsack <sno@netbsd.org>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \
5warnings generated by your tests, combined with the convenience of \
6\\"done_testing\\" to not have to declare a test count, you'll have discovered \
7that these two features do not play well together, as the test count will \
8be calculated *before* the warnings test is run, resulting in a TAP error. \
9(See "examples/test_nowarnings.pl" in this distribution for a \
10demonstration.)"
11
12SECTION = "libs"
13LICENSE = "Artistic-1.0 | GPL-1.0+"
14
15HOMEPAGE= "https://metacpan.org/release/Test-Warnings"
16
17LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
Andrew Geissler97771a32021-03-05 15:23:11 -060018file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61"
Brad Bishope42b3e32020-01-15 22:08:42 -050019
20SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz"
21
22SRC_URI[md5sum] = "cd007342017fedfb02d6fde75602e473"
23SRC_URI[sha256sum] = "26fda9f8d279e943d27e43a4a3a5cea8a6592cd36e7308695f8dc6602262c0e0"
24
25S = "${WORKDIR}/Test-Warnings-${PV}"
26
Andrew Geissler82c905d2020-04-13 13:39:40 -050027inherit cpan ptest-perl
Brad Bishope42b3e32020-01-15 22:08:42 -050028
29BBCLASSEXTEND = "native nativesdk"