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:
parent
72643b32d0
commit
529594cbc4
24
devel/p5-Throwable/Makefile
Normal file
24
devel/p5-Throwable/Makefile
Normal 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>
|
5
devel/p5-Throwable/distinfo
Normal file
5
devel/p5-Throwable/distinfo
Normal 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
|
3
devel/p5-Throwable/pkg/DESCR
Normal file
3
devel/p5-Throwable/pkg/DESCR
Normal 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.
|
6
devel/p5-Throwable/pkg/PLIST
Normal file
6
devel/p5-Throwable/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user