pkgsrc/devel/p5-Test2-Plugin-NoWarnings/Makefile
mef be01e1af56 (devel/p5-Test2-Plugin-NoWarnings) Updated from 0.06 to 0.08
0.08     2019-10-11
- Use IPC::Run3 instead of Capture::Tiny for all tests. This fixes an issue
  with the `tap-bug-in-test2.t` on Windows. Reported by Alexandr Ciornii and
  further diagnosed by Phil M. Perry. RT #129294.

0.07     2019-04-21
- Reverted back to using the Warning event type, since the bug in the Test2
  core that caused this to be a problem has since been fixed.

- Replaced use of Test2::Bundle::Extended with Test2::V0.
2019-10-31 14:07:53 +00:00

21 lines
722 B
Makefile

# $NetBSD: Makefile,v 1.9 2019/10/31 14:07:53 mef Exp $
DISTNAME= Test2-Plugin-NoWarnings-0.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Test2-Plugin-NoWarnings
COMMENT= Perl5 module for testing for warnings
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
# for make test
TEST_DEPENDS+= p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info
TEST_DEPENDS+= p5-Term-Table-[0-9]*:../../devel/p5-Term-Table
PERL5_PACKLIST= auto/Test2/Plugin/NoWarnings/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"