Add p5-Ouch:

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.
This commit is contained in:
schmonz 2013-01-27 20:43:38 +00:00
parent 90ef0b9fe8
commit 2c7f865663
3 changed files with 29 additions and 0 deletions

5
devel/p5-Ouch/DESCR Normal file
View file

@ -0,0 +1,5 @@
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.

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

@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2013/01/27 20:43:38 schmonz Exp $
#
DISTNAME= Ouch-0.0401
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RI/RIZEN/}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Ouch/
COMMENT= Exceptions that don't hurt
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Test-Trap-[0-9]*:../../devel/p5-Test-Trap
PERL5_PACKLIST= auto/Ouch/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

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

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/01/27 20:43:38 schmonz Exp $
SHA1 (Ouch-0.0401.tar.gz) = 172dcb0fce3d520b7f5fbb3beefdd57c93690975
RMD160 (Ouch-0.0401.tar.gz) = 961594fb6347d18201d71bdc38b8450e4f85132a
Size (Ouch-0.0401.tar.gz) = 12207 bytes