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 = syntactic try/catch sugar for use with Exception::Class
DISTNAME = Exception-Class-TryCatch-1.13
REVISION = 0
CATEGORIES = devel
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Exception-Class
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Exception-Class-TryCatch-1.13.tar.gz) = XgV3CgmlLH09kTnhCpN1cTPwmbhj0II8jkoCHff/pQI=
SIZE (Exception-Class-TryCatch-1.13.tar.gz) = 20629

View file

@ -0,0 +1,8 @@
Exception::Class::TryCatch provides syntactic sugar for use with
Exception::Class using the familiar keywords try and catch. Its
primary objective is to allow users to avoid dealing directly with
$@ by ensuring that any exceptions caught in an eval are captured
as Exception::Class objects, whether they were thrown objects to
begin with or whether the error resulted from die. This means that
users may immediately use isa and various Exception::Class methods
to process the exception.

View file

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