Changes for version 0.6 - 2022-07-26
- removed 'try' in favor of 'try_once'
- 'try_once' is a wrapper around the reduced case of 'retry' where 'tries => 1'
- thanks to DCANTRELL for convincing me that 'try' should be something that doesn't conflict with Try::Tiny::try
Modules
Provides try_once and retry semantics to CORE::alarm, similar to Try::Catch.