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 = test functions for exception based code
DISTNAME = Test-Exception-0.43
CATEGORIES = devel
MODULES = cpan
PKG_ARCH = *
REVISION = 0
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# perl_5
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Sub-Uplevel>=0.18
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Test-Exception-0.43.tar.gz) = FWsT8Hdk92bYtFpDco8kOa+Bo1EmJUON6reDt4g+tTM=
SIZE (Test-Exception-0.43.tar.gz) = 15204

View file

@ -0,0 +1,3 @@
This module provides a few convenience methods for testing exception
based code. It is built with Test::Builder and plays happily with
Test::Simple, Test::More and friends.

View file

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