Skip to content

Commit a94764a

Browse files
committed
Updated p5-List-MoreUtils to 0.423.
0.423 2017-08-22 - sync version with List::MoreUtils::XS - add examples for binsert/bremove (LMU::XS issue #1, Thanks to shawnlaffan) - update tests to latest List::MoreUtils::XS - recommend List::MoreUtils::XS 0.423 0.420_001 2017-08-15 - add some new functions: * qsort (XS only) * binsert * bremove * listcmp * arrayify (RT#17230) * samples (RT#77562) * minmaxstr (RT#106401) * lower_bound * upper_bound * equal_range * frequencies * occurrences * mode (RT#91991) * zip6 (RT#42921) * reduce_0 * reduce_1 * reduce_u - improve tests - make List::MoreUtils::XS independent from List::MoreUtils Note that List::MoreUtils::XS doesn't guarantee API stability - this feature is only provided through List::MoreUtils as frontend. - improve Makefile.PL regarding some build artifacts
1 parent 9ea615c commit a94764a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

devel/p5-List-MoreUtils/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.31 2017/06/05 14:23:10 ryoon Exp $
1+
# $NetBSD: Makefile,v 1.32 2017/09/04 12:30:47 wiz Exp $
22

3-
DISTNAME= List-MoreUtils-0.419
3+
DISTNAME= List-MoreUtils-0.423
44
PKGNAME= p5-${DISTNAME}
5-
PKGREVISION= 1
65
CATEGORIES= devel perl5
76
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
87
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPARSEVAL/}
@@ -13,6 +12,7 @@ COMMENT= Provide the stuff missing in List::Util
1312
LICENSE= apache-2.0
1413

1514
DEPENDS+= p5-Exporter-Tiny-[0-9]*:../../devel/p5-Exporter-Tiny
15+
DEPENDS+= p5-List-MoreUtils-XS>=0.423:../../devel/p5-List-MoreUtils-XS
1616

1717
PERL5_PACKLIST= auto/List/MoreUtils/.packlist
1818

devel/p5-List-MoreUtils/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.18 2017/04/14 15:07:09 mef Exp $
1+
$NetBSD: distinfo,v 1.19 2017/09/04 12:30:47 wiz Exp $
22

3-
SHA1 (List-MoreUtils-0.419.tar.gz) = 9ade53004b138b2546fd943e42832d11292a474e
4-
RMD160 (List-MoreUtils-0.419.tar.gz) = 7f1459d6c1163af242a7f5a5593a078fd5880533
5-
SHA512 (List-MoreUtils-0.419.tar.gz) = d13beb5031d1559c2ec4cb93826e86f0f314c4f10c4fdcac6910de0cb039199599911838eadd499e81cb41025aae2a52d69a259653a9637679a1705c7adcd37a
6-
Size (List-MoreUtils-0.419.tar.gz) = 55193 bytes
3+
SHA1 (List-MoreUtils-0.423.tar.gz) = d2b4da39b71e36e2fcef59e408aa5cd9b6d1cf64
4+
RMD160 (List-MoreUtils-0.423.tar.gz) = 5e045219b79b38488caf490da7c53bebac93d067
5+
SHA512 (List-MoreUtils-0.423.tar.gz) = f88e683ce50c4e0e0df9731af9ace3be7ddfd7477292ec14ae4d013d99408c87073f3abdd893e8a90638db936da2d58d6fa588e55d89b8087b2005909154d686
6+
Size (List-MoreUtils-0.423.tar.gz) = 111374 bytes

0 commit comments

Comments
 (0)