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,12 @@
COMMENT = base class for error handling
MODULES = cpan
PKG_ARCH = *
DISTNAME = Class-ErrorHandler-0.04
CATEGORIES = devel
REVISION = 0
# perl
PERMIT_PACKAGE = Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Class-ErrorHandler-0.04.tar.gz) = NC0tz8eXogvugXmxuWuFwK56W0iCc1lSPNjHTD5wRQI=
SIZE (Class-ErrorHandler-0.04.tar.gz) = 9821

View file

@ -0,0 +1,4 @@
Class::ErrorHandler provides an error-handling mechanism that's generic
enough to be used as the base class for a variety of OO classes.
Subclasses inherit its two error-handling methods, error and errstr, to
communicate error messages back to the calling program.

View file

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