0.3.3 Tue Aug 22 02:06:09 CEST 2017 For this release, many thanks go to Slaven Rezic, who found that Test::More::is() (or Test2::Formatter::TAP::write()) clobbers $^E on Windows. - RT #105125 is addressed: The tests now use a copy of $^E taken before Test::More gets a chance to touch it. - Further, the Test::Trap test methods might also clobber $^E (via Test::More or other modules), so they now localize $^E before invoking the callback. - Regression tests have been added for this.
19 lines
603 B
Makefile
19 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/09/17 13:35:24 wiz Exp $
|
|
|
|
DISTNAME= Test-Trap-v0.3.3
|
|
PKGNAME= p5-${DISTNAME:S/v0/0/}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Trap/
|
|
COMMENT= Perl extension to trap exit codes, exceptions, output
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
|
|
DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
|
|
|
|
PERL5_PACKLIST= auto/Test/Trap/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|