pkgsrc/devel/p5-Scalar-List-Utils/Makefile
nia 9064604968 p5-Scalar-List-Utils: Update to 1.54
1.54 -- 2020-02-02 15:47
	[CHANGES]
	 * Added List::Util::reductions (RT128237)
	 * Added List::Util::sample (RT131535)
	 * Recognise $List::Util::RAND as a source of randomness for sampling
	   functions (RT131536)

	[BUGFIXES]
	 * Document the difference between ref() and reftype() on precompiled
	   qr// regexps (RT127963)
	 * Various improvements to List::Util::uniqnum() to handle stringified
	   Inf and NaN, negative zero
	 * Detect platform NV size and number of digits required to calculate
	   uniqueness
2020-03-22 21:21:45 +00:00

18 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.48 2020/03/22 21:21:45 nia Exp $
DISTNAME= Scalar-List-Utils-1.54
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Scalar-List-Utils
COMMENT= Common Scalar and List utility subroutines
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= c99
PERL5_PACKLIST= auto/List/Util/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"