Ouch provides a class for exception handling that doesn't require a

lot of boilerplate, nor any up front definition.  If Exception::Class
is working for you, great! But if you want something that is faster,
easier to use, requires less typing, and has no prereqs, but still
gives you much of that same functionality, then Ouch is for you.

WWW: http://search.cpan.org/dist/Ouch/
This commit is contained in:
Jun Kuriyama 2011-05-19 14:43:06 +00:00
parent b20ac9224c
commit 2610f5aff5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274320
5 changed files with 35 additions and 0 deletions

View file

@ -2027,6 +2027,7 @@
SUBDIR += p5-Object-Tiny
SUBDIR += p5-Olson-Abbreviations
SUBDIR += p5-Oogly
SUBDIR += p5-Ouch
SUBDIR += p5-PAR
SUBDIR += p5-PAR-Dist
SUBDIR += p5-PAR-Packer

22
devel/p5-Ouch/Makefile Normal file
View file

@ -0,0 +1,22 @@
# New ports collection makefile for: Ouch
# Date created: 19 May 2011
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Ouch
PORTVERSION= 0.0401
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RIZEN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for exceptions that don\'t hurt
PERL_CONFIGURE= yes
MAN3= Ouch.3
.include <bsd.port.mk>

2
devel/p5-Ouch/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (Ouch-0.0401.tar.gz) = 773f5ec72a1f03a090b7eda2a42dc120eb74913e1c7168983c2f16bcefda6a67
SIZE (Ouch-0.0401.tar.gz) = 12207

7
devel/p5-Ouch/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
Ouch provides a class for exception handling that doesn't require a
lot of boilerplate, nor any up front definition. If Exception::Class
is working for you, great! But if you want something that is faster,
easier to use, requires less typing, and has no prereqs, but still
gives you much of that same functionality, then Ouch is for you.
WWW: http://search.cpan.org/dist/Ouch/

3
devel/p5-Ouch/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Ouch/.packlist
%%SITE_PERL%%/Ouch.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ouch