mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
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'
|
# Template file for 'perl-List-MoreUtils'
|
||||||
pkgname=perl-List-MoreUtils
|
pkgname=perl-List-MoreUtils
|
||||||
version=0.430
|
version=0.430
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="List-MoreUtils-${version}"
|
wrksrc="List-MoreUtils-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -9,12 +9,9 @@ makedepends="perl perl-Exporter-Tiny"
|
||||||
depends="$makedepends"
|
depends="$makedepends"
|
||||||
short_desc="List::MoreUtils - Provide the stuff missing in List::Util"
|
short_desc="List::MoreUtils - Provide the stuff missing in List::Util"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
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"
|
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"
|
distfiles="${CPAN_SITE}/List/List-MoreUtils-${version}.tar.gz"
|
||||||
checksum=63b1f7842cd42d9b538d1e34e0330de5ff1559e4c2737342506418276f646527
|
checksum=63b1f7842cd42d9b538d1e34e0330de5ff1559e4c2737342506418276f646527
|
||||||
|
# Lots of tests require perl-List-MoreUtils-XS, which depends on this package
|
||||||
do_check() {
|
make_check=no
|
||||||
# Lots of tests requires perl-List-MoreUtils-XS which depends on this package
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue