1 SUMMARY = "Perl scalar list modules"
2 DESCRIPTION = ""List::Util" contains a selection of subroutines that people have expressed \
3 would be nice to have in the perl core, but the usage would not really be \
4 high enough to warrant the use of a keyword, and the size so small such \
5 that being individual extensions would be wasteful."
6 HOMEPAGE = "https://metacpan.org/release/Scalar-List-Utils"
8 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
10 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
11 file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d"
13 SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-${PV}.tar.gz"
14 SRC_URI[md5sum] = "7988f5111e33ba47e175cf3e86b0d93f"
15 SRC_URI[sha256sum] = "4d2bdc1c72a7bc4d69d6a5cc85bc7566497c3b183c6175b832784329d58feb4b"
17 S = "${WORKDIR}/Scalar-List-Utils-${PV}"
19 inherit cpan ptest-perl
21 do_install:prepend() {
22 # requires "-T" (taint) command line option
23 rm -rf ${B}/t/tainted.t
26 BBCLASSEXTEND = "native"