2f10595386
2.006006 - 2019-10-01 - change quotify to use longest form of floating point numbers if unable to find a perfectly accurate representation - updated documentation for quotify to reflect handling of floating point numbers - don't try to copy hints hash entries that look like references (RT#122698) 2.006_005 - 2019-09-06 - additional fixes for quotify for floating point numbers to be faster and should always be able to maintain accuracy 2.006_004 - 2019-04-24 - change quotify of NaNs to simpler calculation - avoid ever triggering exceptions when testing for quotify on false values - skip quotify Inf and NaN tests if perl is compiled without support for them - fix quotify of very large or very small numbers - fix accuracy of quotify on high precision numbers when perl is compiled with quadmath - quotify will use hex floats when needed for full accuracy if they are available - change tests of quotify for floating point numbers to allow a small amount of inaccuracy, since decimal floats can't always be accurate
18 lines
528 B
Makefile
18 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.10 2019/10/27 15:14:38 mef Exp $
|
|
|
|
DISTNAME= Sub-Quote-2.006006
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Sub-Quote
|
|
COMMENT= Efficient generation of subroutines via string eval
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
TEST_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
|
|
|
|
PERL5_PACKLIST= auto/Sub/Quote/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|