646f56ea2b
- 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.
16 lines
489 B
Makefile
16 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.26 2021/10/11 20:48:12 schmonz Exp $
|
|
|
|
DISTNAME= Test-NoWarnings-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Test-NoWarnings
|
|
COMMENT= Make sure tests of Perl5 modules did not emit any warnings
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PERL5_PACKLIST= auto/Test/NoWarnings/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|