perl-List-MoreUtils: rebuild for perl-5.34 and fix lint
This commit is contained in:
parent
97270535d7
commit
15aa220ba0
1 changed files with 4 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'perl-List-MoreUtils'
|
||||
pkgname=perl-List-MoreUtils
|
||||
version=0.430
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="List-MoreUtils-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
|
@ -9,12 +9,9 @@ makedepends="perl perl-Exporter-Tiny"
|
|||
depends="$makedepends"
|
||||
short_desc="List::MoreUtils - Provide the stuff missing in List::Util"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
homepage="https://metacpan.org/release/List-MoreUtils-XS"
|
||||
license="Apache-2.0, Artistic-1.0, GPL-1.0-or-later"
|
||||
homepage="https://metacpan.org/release/List-MoreUtils-XS"
|
||||
distfiles="${CPAN_SITE}/List/List-MoreUtils-${version}.tar.gz"
|
||||
checksum=63b1f7842cd42d9b538d1e34e0330de5ff1559e4c2737342506418276f646527
|
||||
|
||||
do_check() {
|
||||
# Lots of tests requires perl-List-MoreUtils-XS which depends on this package
|
||||
:
|
||||
}
|
||||
# Lots of tests require perl-List-MoreUtils-XS, which depends on this package
|
||||
make_check=no
|
||||
|
|
Loading…
Reference in a new issue