forked from Lainports/opnsense-ports
lang/p5-Error: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
8e2598f5c1
commit
b48ed678ff
3 changed files with 11 additions and 8 deletions
|
|
@ -2,12 +2,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Error
|
||||
PORTVERSION= 0.17027
|
||||
PORTVERSION= 0.17028
|
||||
CATEGORIES= lang perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Error/exception handling in object-oriented programming style
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540844454
|
||||
SHA256 (Error-0.17027.tar.gz) = 07b2ac8275dfa04144745a6c1900a596280f862b97d22bab0c5ce02682ebd3be
|
||||
SIZE (Error-0.17027.tar.gz) = 33260
|
||||
TIMESTAMP = 1566804049
|
||||
SHA256 (Error-0.17028.tar.gz) = 3ad85c5e58b31c8903006298424a51bba39f1840e324f5ae612eabc8b935e960
|
||||
SIZE (Error-0.17028.tar.gz) = 33234
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
Error - Error/exception handling in an OO-ish way
|
||||
The Error package provides two interfaces. Firstly Error provides a procedural
|
||||
interface to exception handling. Secondly Error is a base class for
|
||||
errors/exceptions that can either be thrown, for subsequent catch, or can simply
|
||||
be recorded.
|
||||
|
||||
This module, which provides support for throwing and catching Error
|
||||
(i.e. exception) objects.
|
||||
Errors in the class Error should not be thrown directly, but the user should
|
||||
throw errors from a sub-class of Error.
|
||||
|
||||
WWW: https://metacpan.org/release/Error
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue