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

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: http://search.cpan.org/dist/Try-Tiny/