2014-08-13 17:48:42 +02:00
|
|
|
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.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Try-Tiny-Retry
|