b94897c548
Upstream changes: 1.06 2014-11-25 07:09:08-05:00 America/New_York [Fixed] - Make 0 and 0 compare equal with a relative epsilon [Documented] - Added SEE ALSO with Number::Tolerant and Test::Deep::NumberTolerant 1.05 2014-11-24 11:08:11-05:00 America/New_York [Fixed] - relative comparison of array reference elements now works as intended - diagnostics of delta_not_ok and delta_not_within clarified under relative comparison 1.04 2013-11-20 18:43:32 America/New_York - Modernized distribution metadata and licensing - Distribution now managed with Dist::Zilla
16 lines
496 B
Makefile
16 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.6 2015/02/20 12:54:41 wen Exp $
|
|
|
|
DISTNAME= Test-Number-Delta-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= wen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Number-Delta
|
|
COMMENT= Compare the difference between numbers against a given tolerance
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Test/Number/Delta/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|