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:
parent
99ad49927d
commit
f163e0e423
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364793
@ -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
|
||||
|
20
lang/p5-Try-Tiny-Retry/Makefile
Normal file
20
lang/p5-Try-Tiny-Retry/Makefile
Normal 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>
|
2
lang/p5-Try-Tiny-Retry/distinfo
Normal file
2
lang/p5-Try-Tiny-Retry/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Try-Tiny-Retry-0.004.tar.gz) = 8af70c1bd46d749388738b7ea03c703cac898be939a5ff37117a01ed7eda8bbe
|
||||
SIZE (Try-Tiny-Retry-0.004.tar.gz) = 17228
|
8
lang/p5-Try-Tiny-Retry/pkg-descr
Normal file
8
lang/p5-Try-Tiny-Retry/pkg-descr
Normal 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/
|
5
lang/p5-Try-Tiny-Retry/pkg-plist
Normal file
5
lang/p5-Try-Tiny-Retry/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user