03419599f2
---------------------------------------- 1.302056 2016-09-12 09:03:49-07:00 America/Los_Angeles - Minor typo fix - No logic chnges since last trial 1.302055 2016-08-30 12:13:32-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix special case of ok line ending in \ - Improve a test that captures STDERR/STDOUT (Thanks HAARG) 1.302054 2016-08-20 16:21:44-07:00 America/Los_Angeles (TRIAL RELEASE) - Allow '#' and '\n' in ok names 1.302053 2016-08-17 21:22:55-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix skip_all in require in intercept (#696) - Documentation of what is better in Test2 (#663) - Document Test::Builder::Tester plan limitations - Document limitations in is_deeply (#595) - Better documentation of done_testing purpose (#151) - Make ctx->send_event detect termination events (#707)
19 lines
555 B
Makefile
19 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.63 2016/09/19 10:22:20 mef Exp $
|
|
|
|
DISTNAME= Test-Simple-1.302056
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Simple/
|
|
COMMENT= Perl5 module with a simple framework for writing tests
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
CONFLICTS+= p5-Test-Tester-[0-9]*
|
|
CONFLICTS+= p5-Test-use-ok-[0-9]*
|
|
|
|
PERL5_PACKLIST= auto/Test/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|