diff options
author | culot <culot@FreeBSD.org> | 2014-02-05 16:06:14 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-02-05 16:06:14 +0800 |
commit | 5825a426a4aa773f147002ea01cd99cd339fee7b (patch) | |
tree | 76d032bc1f7b5650cac46cc8664f058959abd746 /lang/p5-Error/Makefile | |
parent | 43641552858d0b01f366faa86f1062e108e5e624 (diff) | |
download | freebsd-ports-gnome-5825a426a4aa773f147002ea01cd99cd339fee7b.tar.gz freebsd-ports-gnome-5825a426a4aa773f147002ea01cd99cd339fee7b.tar.zst freebsd-ports-gnome-5825a426a4aa773f147002ea01cd99cd339fee7b.zip |
- Update to 0.17022
- Rephrase COMMENT
Changes: http://search.cpan.org/dist/Error/ChangeLog
Diffstat (limited to 'lang/p5-Error/Makefile')
-rw-r--r-- | lang/p5-Error/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile index 58e196996dbd..30247c232e60 100644 --- a/lang/p5-Error/Makefile +++ b/lang/p5-Error/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= Error -PORTVERSION= 0.17021 +PORTVERSION= 0.17022 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Perl module to provide Error/exception support for perl: Error +COMMENT= Error/exception handling in object-oriented programming style LICENSE= ART10 GPLv1 LICENSE_COMB= dual |