search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
284 B
Text
6 lines
284 B
Text
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
|