SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,16 @@
COMMENT = add test failures if warnings are caught
DISTNAME = Test-FailWarnings-0.008
CATEGORIES = devel
REVISION = 1
# Apache v2
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
TEST_DEPENDS = sysutils/p5-Capture-Tiny
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Test-FailWarnings-0.008.tar.gz) = 2jTvkCn2hJ1gJiAdSRJ9BU7mrEuXnIIhAxX1chlkqW8=
SIZE (Test-FailWarnings-0.008.tar.gz) = 13734

View file

@ -0,0 +1,3 @@
This module converts warnings to Test::More fail() calls. It is
designed to be used with done_testing, when you don't need to know
the test count in advance.

View file

@ -0,0 +1,3 @@
${P5SITE}/Test/
${P5SITE}/Test/FailWarnings.pm
@man man/man3p/Test::FailWarnings.3p