1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/lang/p5-Try-Tiny/pkg-descr
Anton Berezin 647fcce0ef Add lang/p5-Try-Tiny 0.01, a Perl module that
provides minimal try/catch with proper localization of $$@.
2009-09-01 18:07:07 +00:00

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/