blob: 4c717d5e448efd2f2db994b42b5c25e66c659f6f (
plain) (
blame)
1
2
3
4
5
6
|
This module 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: https://metacpan.org/release/Try-Tiny
|