1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

New port: lang/p5-Try-Tiny-Retry:

This module extends Try::Tiny to add support for retries.

Try::Tiny provides bare bones try/catch statements that are designed
to minimize common mistakes done with eval blocks (for instance assuming
that $@ is set to a true value on error, or clobbering previous values
of $@, and NOTHING else.

WWW: http://search.cpan.org/dist/Try-Tiny-Retry/
This commit is contained in:
Ryan Steinmetz 2014-08-13 15:48:42 +00:00
parent 99ad49927d
commit f163e0e423
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364793
5 changed files with 36 additions and 0 deletions

View File

@ -215,6 +215,7 @@
SUBDIR += p5-Tcl
SUBDIR += p5-Test-XPath
SUBDIR += p5-Try-Tiny
SUBDIR += p5-Try-Tiny-Retry
SUBDIR += p5-TryCatch
SUBDIR += p5-ePerl
SUBDIR += p5-signatures

View File

@ -0,0 +1,20 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Try-Tiny-Retry
PORTVERSION= 0.004
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Extends Try::Tiny to allow retries
BUILD_DEPENDS= p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Try-Tiny-Retry-0.004.tar.gz) = 8af70c1bd46d749388738b7ea03c703cac898be939a5ff37117a01ed7eda8bbe
SIZE (Try-Tiny-Retry-0.004.tar.gz) = 17228

View File

@ -0,0 +1,8 @@
This module extends Try::Tiny to add support for retries.
Try::Tiny provides bare bones try/catch statements that are designed
to minimize common mistakes done with eval blocks (for instance assuming
that $@ is set to a true value on error, or clobbering previous values
of $@, and NOTHING else.
WWW: http://search.cpan.org/dist/Try-Tiny-Retry/

View File

@ -0,0 +1,5 @@
%%PERL5_MAN3%%/Try::Tiny::Retry.3.gz
%%SITE_PERL%%/Try/Tiny/Retry.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Try/Tiny/Retry/.packlist
@dirrmtry %%SITE_PERL%%/Try/Tiny
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Try/Tiny/Retry