# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup Throwable 0.200008 ../by-authors/id/R/RJ/RJBS 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 supported_archs noarch checksums rmd160 a69dc110d8d1d5b28f9dd5992a6ca0d45a85aed3 \ sha256 d08d51862417031d1a47e0645517a9b4d3669b651e93ddbfe27728514118bc79 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-class-load \ port:p${perl5.major}-devel-stacktrace \ port:p${perl5.major}-moo \ port:p${perl5.major}-moox-types-mooselike }