diff options
Diffstat (limited to 'lang/p5-Try-Tiny/pkg-descr')
-rw-r--r-- | lang/p5-Try-Tiny/pkg-descr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/p5-Try-Tiny/pkg-descr b/lang/p5-Try-Tiny/pkg-descr index 4c717d5e448e..5f6577b5d89a 100644 --- a/lang/p5-Try-Tiny/pkg-descr +++ b/lang/p5-Try-Tiny/pkg-descr @@ -2,5 +2,3 @@ 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 |