Die::Retry
Mon Oct 20 12:44:51 BST 2008
I've just found Attempt which does exactly what I coded for Die::Retry - in fact both the code and the syntax are practically identical. So dies Die::Retry.
Die::Retry is a perl easy retry handler for code blocks which may raise exceptions.
If these exceptions can be silently skipped between retried this module offers a concise way to express the retry loop.
The source code is being maintained on GitHub here: die-retry