aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Error
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-26 11:48:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-26 11:48:18 +0000
commitc2a667c52f233d3bc3924a2365277ceb4604cf9f (patch)
treece7b90d39fa3c655789c7d3cd050f531d929ff7f /lang/p5-Error
parent2e07aec8808d49ded78d6d856f42a8ea4946d488 (diff)
downloadports-c2a667c52f233d3bc3924a2365277ceb4604cf9f.tar.gz
ports-c2a667c52f233d3bc3924a2365277ceb4604cf9f.zip
Update to 0.17028
- Update pkg-descr - Take maintainership Changes: https://metacpan.org/changes/distribution/Error
Notes
Notes: svn path=/head/; revision=509919
Diffstat (limited to 'lang/p5-Error')
-rw-r--r--lang/p5-Error/Makefile4
-rw-r--r--lang/p5-Error/distinfo6
-rw-r--r--lang/p5-Error/pkg-descr9
3 files changed, 11 insertions, 8 deletions
diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile
index 54405b6fb6fc..6888c5789fd1 100644
--- a/lang/p5-Error/Makefile
+++ b/lang/p5-Error/Makefile
@@ -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+
diff --git a/lang/p5-Error/distinfo b/lang/p5-Error/distinfo
index 4f7b8ad7c586..0d24696d17ab 100644
--- a/lang/p5-Error/distinfo
+++ b/lang/p5-Error/distinfo
@@ -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
diff --git a/lang/p5-Error/pkg-descr b/lang/p5-Error/pkg-descr
index ecb637b7916c..5a0e6598cc66 100644
--- a/lang/p5-Error/pkg-descr
+++ b/lang/p5-Error/pkg-descr
@@ -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