# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Try-Tiny 0.31 ../../authors/id/E/ET/ETHER revision 0 maintainers nomaintainer license MIT description Try::Tiny - minimal try/catch with proper preservation of $@ long_description The main focus of this module is to provide simple and reliable error \ handling for those having a hard time installing TryCatch, but who \ still want to write correct \"eval\" blocks without 5 lines of \ boilerplate each time. It\'s designed to work as correctly as \ possible in light of the various pathological edge cases and to be \ compatible with any style of error values (simple strings, \ references, objects, overloaded objects, etc). platforms {darwin any} checksums rmd160 a2598e50a33337a35d00ef7bf922c4c476bcb7c2 \ sha256 3300d31d8a4075b26d8f46ce864a1d913e0e8467ceeba6655d5d2b2e206c11be \ size 35784 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-capture-tiny \ port:p${perl5.major}-scalar-list-utils depends_lib-append \ port:p${perl5.major}-sub-name supported_archs noarch }