Mon Oct 11 20:48:12 2021 UTC ()
Update to 1.06. From the changelog:

- released as stable
- clarify docs around tests without a plan
- documentation cleanups and typo fixes
- minor code cleanups
- use warnings in tests
- skip fork test if perl can't fork
- note conflicts with Carp::Always in documentation
- Made had_no_warnings turn off the checking at END time for use with
  done_testing based tests with no test count. Also added docs.


(schmonz)
diff -r1.25 -r1.26 pkgsrc/devel/p5-Test-NoWarnings/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/p5-Test-NoWarnings/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/devel/p5-Test-NoWarnings/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-NoWarnings/Makefile 2021/05/24 19:51:47 1.25
+++ pkgsrc/devel/p5-Test-NoWarnings/Makefile 2021/10/11 20:48:12 1.26
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.25 2021/05/24 19:51:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2021/10/11 20:48:12 schmonz Exp $
2 2
3DISTNAME= Test-NoWarnings-1.04 3DISTNAME= Test-NoWarnings-1.06
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 12 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Test-NoWarnings 9HOMEPAGE= https://metacpan.org/release/Test-NoWarnings
11COMMENT= Make sure tests of Perl5 modules did not emit any warnings 10COMMENT= Make sure tests of Perl5 modules did not emit any warnings
12LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
13 12
14PERL5_PACKLIST= auto/Test/NoWarnings/.packlist 13PERL5_PACKLIST= auto/Test/NoWarnings/.packlist
15 14
16.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/devel/p5-Test-NoWarnings/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-NoWarnings/distinfo 2021/10/07 13:42:32 1.7
+++ pkgsrc/devel/p5-Test-NoWarnings/distinfo 2021/10/11 20:48:12 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2021/10/07 13:42:32 nia Exp $ 1$NetBSD: distinfo,v 1.8 2021/10/11 20:48:12 schmonz Exp $
2 2
3RMD160 (Test-NoWarnings-1.04.tar.gz) = 1809d98bca154c70409297e0ee5da9fb7487b642 3RMD160 (Test-NoWarnings-1.06.tar.gz) = 75e6547614bfc6ce7393e1045de742e918b2bd39
4SHA512 (Test-NoWarnings-1.04.tar.gz) = 48126d2385e6f7863067f541763f64bc72132f6093f316f75d15ad7dca9b863dc469dff18c6e3f93105647844acb5cd10e4d056d3aa19217cb9588eb8a5f0d7a 4SHA512 (Test-NoWarnings-1.06.tar.gz) = e8ceef3d56942996107a20843fd75fb4353f7ec787029e0f43c2d64f57267f2cb5be3b07d6744d32d41770181ce1c712f50f57df7bdea141acca75897485d7af
5Size (Test-NoWarnings-1.04.tar.gz) = 18204 bytes 5Size (Test-NoWarnings-1.06.tar.gz) = 19445 bytes