# HG changeset patch
# Parent 13db09b685370cec182db3ec1f7006bdd5d70b1b
diff -r 13db09b68537 rsync.macports.org/release/ports/perl/p5-try-tiny/Portfile
a
|
b
|
|
7 | 7 | maintainers narf_tm openmaintainer |
8 | 8 | license MIT |
9 | 9 | description minimal try/catch with proper localization of $@ |
10 | | long_description ${description} |
| 10 | long_description \ |
| 11 | The main focus of this module is to provide simple and reliable error \ |
| 12 | handling for those having a hard time installing TryCatch, but who \ |
| 13 | still want to write correct \"eval\" blocks without 5 lines of \ |
| 14 | boilerplate each time. It\'s designed to work as correctly as \ |
| 15 | possible in light of the various pathological edge cases and to be \ |
| 16 | compatible with any style of error values (simple strings, \ |
| 17 | references, objects, overloaded objects, etc). |
11 | 18 | |
12 | 19 | platforms darwin |
13 | 20 | |