import p5-Test-Assertions

Test::Assertions provides a convenient set of tools for constructing
tests, such as unit tests or run-time assertion checks (like C's ASSERT
macro).  Unlike some of the Test:: modules available on CPAN,
Test::Assertions is not limited to unit test scripts; for example it can
be used to check output is as expected within a benchmarking script.
When it is used for unit tests, it generates output in the standard form
for CPAN unit testing (under Test::Harness).
This commit is contained in:
simon 2008-09-09 21:14:20 +00:00
parent c5c61fb2a6
commit 7e9ca1627d
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/09 21:14:20 simon Exp $
COMMENT = set of building blocks for both unit and runtime testing
MODULES = cpan
DISTNAME = Test-Assertions-1.054
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::devel/p5-Log-Trace
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Test-Assertions-1.054.tar.gz) = cTWYaGdP1CkL19naQHwc2g==
RMD160 (Test-Assertions-1.054.tar.gz) = NpPeNwYiK8ytwvIAjTIjfX3ZrG8=
SHA1 (Test-Assertions-1.054.tar.gz) = 8jEiRe4H8qbnfrQVhgNQt6MZ/Ec=
SHA256 (Test-Assertions-1.054.tar.gz) = /NzkHVcnOIFYGt9oCiCmrfUaTDt+McP2mGb7kQk3AoA=
SIZE (Test-Assertions-1.054.tar.gz) = 21511

View File

@ -0,0 +1,7 @@
Test::Assertions provides a convenient set of tools for constructing
tests, such as unit tests or run-time assertion checks (like C's ASSERT
macro). Unlike some of the Test:: modules available on CPAN,
Test::Assertions is not limited to unit test scripts; for example it can
be used to check output is as expected within a benchmarking script.
When it is used for unit tests, it generates output in the standard form
for CPAN unit testing (under Test::Harness).

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/09 21:14:20 simon Exp $
${P5SITE}/Test/
${P5SITE}/Test/Assertions/
${P5SITE}/Test/Assertions.pm
${P5SITE}/Test/Assertions/Manual.pod
${P5SITE}/Test/Assertions/TestScript.pm
@man man/man3p/Test::Assertions.3p
@man man/man3p/Test::Assertions::Manual.3p
@man man/man3p/Test::Assertions::TestScript.3p