import devel/p5-Throwable-0.100090:

Throwable is a role for classes that are meant to be thrown as
exceptions to standard program flow. It is very simple and does
only two things: saves any previous value for $@ and calls die $self.

ok giovanni@ and "reads ok" sthen@
This commit is contained in:
stephan 2010-04-07 06:15:49 +00:00
parent 72643b32d0
commit 529594cbc4
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/07 06:15:49 stephan Exp $
COMMENT = a role for classes that can be thrown
MODULES = cpan
DISTNAME = Throwable-0.100090
CATEGORIES = devel
CPAN_AUTHOR = RJBS
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = :p5-Moose->=0.87:devel/p5-Moose \
:p5-Devel-StackTrace->=1.21:devel/p5-Devel-StackTrace
BUILD_DEPENDS = ${RUN_DEPENDS}
TEST_POD = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Throwable-0.100090.tar.gz) = wV+J0rSQLVSLNTL/Rt3lZQ==
RMD160 (Throwable-0.100090.tar.gz) = e9nGMEK1chev6gUKqy0oIC3tNYc=
SHA1 (Throwable-0.100090.tar.gz) = JuoErkjQrDF8B7z8DqyY5wj130s=
SHA256 (Throwable-0.100090.tar.gz) = mbvRGgcLXNOcuCGlLHYsivOtz4ODQxiwtZeofjYXgjE=
SIZE (Throwable-0.100090.tar.gz) = 10679

View File

@ -0,0 +1,3 @@
Throwable is a role for classes that are meant to be thrown as
exceptions to standard program flow. It is very simple and does
only two things: saves any previous value for $@ and calls die $self.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/04/07 06:15:49 stephan Exp $
${P5SITE}/Throwable/
${P5SITE}/Throwable.pm
${P5SITE}/Throwable/Error.pm
@man man/man3p/Throwable.3p
@man man/man3p/Throwable::Error.3p