Skip to content

Commit

Permalink
(devel/p5-Test2-Plugin-NoWarnings) Updated from 0.06 to 0.08
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mef committed Oct 31, 2019
1 parent 55dc510 commit 8426948
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions devel/p5-Test2-Plugin-NoWarnings/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.8 2019/08/11 13:20:39 wiz Exp $
# $NetBSD: Makefile,v 1.9 2019/10/31 14:07:53 mef Exp $

DISTNAME= Test2-Plugin-NoWarnings-0.06
DISTNAME= Test2-Plugin-NoWarnings-0.08
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}

Expand All @@ -13,8 +12,8 @@ LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
# for make test
BUILD_DEPENDS+= p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info
BUILD_DEPENDS+= p5-Term-Table-[0-9]*:../../devel/p5-Term-Table
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

Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Test2-Plugin-NoWarnings/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2017/09/17 13:36:30 wiz Exp $
$NetBSD: distinfo,v 1.4 2019/10/31 14:07:53 mef Exp $

SHA1 (Test2-Plugin-NoWarnings-0.06.tar.gz) = 6e00cc5b49ca297344525b61eff479efac198008
RMD160 (Test2-Plugin-NoWarnings-0.06.tar.gz) = 94034622b42c3c80c6968ae75eb29189e15bbdae
SHA512 (Test2-Plugin-NoWarnings-0.06.tar.gz) = aed9a3769085028adffd0aa7cbbe2d7d8b89b5f4768e47ae4155dcc1f4aa8fd47319ae7c87ddbc1ed08ca99e1d703eebb74977e88696ea4dcc1104a53332ade2
Size (Test2-Plugin-NoWarnings-0.06.tar.gz) = 23237 bytes
SHA1 (Test2-Plugin-NoWarnings-0.08.tar.gz) = 792adb7abc6b68105654570ef01fac345c6eecbb
RMD160 (Test2-Plugin-NoWarnings-0.08.tar.gz) = 34ca47d84991553d96b11251657896fcbdb83020
SHA512 (Test2-Plugin-NoWarnings-0.08.tar.gz) = cf641f77b8466bbaf9d9fc166526853f64c9c66e4b1c415af521e81df76760aa3bde0634827d19c9e760c2b763c86e3923af0df83a4e2ddb4c28b8ebbc64eb63
Size (Test2-Plugin-NoWarnings-0.08.tar.gz) = 26016 bytes

0 comments on commit 8426948

Please sign in to comment.