aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Try-Tiny/pkg-descr
blob: 5f6577b5d89a24c29d8fd126d86c647976f759d4 (plain) (blame)
1
2
3
4
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.