Import of Class::ReturnValue 0.52.

Submitted by Michael Coulter <mjc@bitz.ca>.

Class::ReturnValue is a "clever" return value object that can allow code
calling your routine to expect: a boolean value (did it fail) or a list
(what are the return values).
This commit is contained in:
naddy 2004-05-10 17:46:55 +00:00
parent 92031fd9c2
commit 2e1485e354
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/10 17:46:55 naddy Exp $
COMMENT= "smart return-value object"
DISTNAME= Class-ReturnValue-0.52
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
HOMEPAGE= http://search.cpan.org/dist/Class-ReturnValue/
MAINTAINER= Michael Coulter <mjc@bitz.ca>
BUILD_DEPENDS= :p5-Devel-StackTrace-*:devel/p5-Devel-StackTrace
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
CONFIGURE_STYLE=perl
CONFIGURE_ARGS= --no-prompts
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Class-ReturnValue-0.52.tar.gz) = d4836df29f817d839e2c87147d5efc9e
RMD160 (Class-ReturnValue-0.52.tar.gz) = 9aa85cb1438eb02eda69b54d6dec6f4a559d3b0d
SHA1 (Class-ReturnValue-0.52.tar.gz) = 654ac1eb19523c3b8ba136432c52f977d4576fb2

View File

@ -0,0 +1,3 @@
Class::ReturnValue is a "clever" return value object that can allow code
calling your routine to expect: a boolean value (did it fail) or a list
(what are the return values).

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/10 17:46:55 naddy Exp $
${P5SITE}/Class/ReturnValue.pm
@comment ${P5ARCH}/auto/Class/ReturnValue/.packlist
man/man3p/Class::ReturnValue.3p
@dirrm man/man3p
@comment @dirrm ${P5ARCH}/auto/Class/ReturnValue
@comment @dirrm ${P5ARCH}/auto/Class
@comment @dirrm ${P5ARCH}/auto
@comment @dirrm ${P5ARCH}
@dirrm ${P5SITE}/Class