aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-08-13 15:48:42 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-08-13 15:48:42 +0000
commitf163e0e4230348182a35427b4737af5105dbf981 (patch)
tree7272a29f5a23f498a4cbb5b380d3dd4e5856cc62 /lang/Makefile
parent99ad49927ddc9927a848f6890ae0ab3cbc88896d (diff)
downloadports-f163e0e4230348182a35427b4737af5105dbf981.tar.gz
ports-f163e0e4230348182a35427b4737af5105dbf981.zip
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/
Notes
Notes: svn path=/head/; revision=364793
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 8041c5a93e65..fbbf7ee87c7a 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -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