import p5-Test-Class-Tiny 0.03

OK sthen@

Comment:
xUnit in Perl, simplified

Description:
Test::Class has served Perl's xUnit needs for a long time but is
incompatible with the Test2 framework.  This module allows for a
similar workflow but in a way that works with both Test2 and the
older, Test::Builder-based modules.
This commit is contained in:
bluhm 2022-06-08 16:30:42 +00:00
parent a0483a6317
commit 937784078e
4 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,19 @@
COMMENT = xUnit in Perl, simplified
DISTNAME = Test-Class-Tiny-0.03
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
TEST_DEPENDS = devel/p5-Test-Deep \
devel/p5-Test2-Suite
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Test-Class-Tiny-0.03.tar.gz) = b2LCi5uXq9+tWxqVYffIU8puk28DqdFuvtJitgOP4NE=
SIZE (Test-Class-Tiny-0.03.tar.gz) = 15505

View File

@ -0,0 +1,4 @@
Test::Class has served Perl's xUnit needs for a long time but is
incompatible with the Test2 framework. This module allows for a
similar workflow but in a way that works with both Test2 and the
older, Test::Builder-based modules.

View File

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