mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
647fcce0ef
provides minimal try/catch with proper localization of $$@.
7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
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: http://search.cpan.org/dist/Try-Tiny/
|