# -*- 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 Throwable 1.001 ../../authors/id/R/RJ/RJBS revision 0 license {Artistic-1 GPL} maintainers nomaintainer description Throwable - a role for classes that can be thrown long_description Throwable is a role for classes that are meant to be \ thrown as exceptions to standard program flow. It is \ very simple and does only two things: saves any previous \ value for \$@ and calls die \$self. platforms {darwin any} supported_archs noarch checksums rmd160 de052e6a4812f8a331b795015a6eb1e7ce6bf0c1 \ sha256 d0cb5e9d7d06d70f2cc56eecf857a83a45eaca43850dcdda91d3feb4ddde4c51 \ size 21992 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-devel-stacktrace \ port:p${perl5.major}-module-runtime \ port:p${perl5.major}-moo }