pkgsrc/devel/p5-Scalar-List-Utils/Makefile
wiz 9acb5150b9 p5-Scalar-List-Utils: update to 1.50.
1.50 -- 2018-02-20 19:13:27
	[CHANGES]
	 * Added head() and tail() functions (thanks preaction)
	 * Support binary and Unicode in symbol names for set_subname()

	[BUGFIXES]
	 * Fix building with C++ and C89 compilers
	 * Fix uniq() test for old Test::More
	 * Fix example get_code_info for unnamed subs (RT#116962)
	 * Fixes for symbol names containing ' characters
         * Don't leak SVs from sum0/product1 when called with zero args
	   (RT#124017)
         * Use sv_rvunweaken() in Scalar::Util::unweaken() (thanks ilmari)
	 * Misc. fixes for perl 5.6
2018-02-25 17:31:14 +00:00

18 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.43 2018/02/25 17:31:14 wiz Exp $
DISTNAME= Scalar-List-Utils-1.50
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"