# -*- 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         Class-Throwable 0.13
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         A minimal lightweight exception class
long_description    This module implements a minimal lightweight exception \
                    object. It is meant to be a compromise between more \
                    basic solutions like Carp which can only print \
                    information and cannot handle exception objects, \
                    and more more complex solutions like Exception::Class \
                    which can be used to define complex inline exceptions \
                    and has a number of module dependencies.

platforms           {darwin any}

checksums           rmd160  80031a66cb4679f02de9de89ecc9d30e22c1b2e0 \
                    sha256  dc9a11e0dab56dc220dea8c94fe3c47db5e7dd7c1ed04dc8178aa5bb7bfbbcce

supported_archs     noarch
