# -*- 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.16 5.18 5.20 5.22 perl5.setup Carp-Clan 6.04 revision 4 license {Artistic-1 GPL} maintainers nomaintainer description Report errors from perspective of caller of a "clan" of modules long_description This module reports errors from the perspective of the \ caller of a "clan" of modules, similar to "Carp.pm" \ itself. But instead of giving it a number of levels to \ skip on the calling stack, you give it a pattern to \ characterize the package names of the "clan" of modules \ which shall never be blamed for any error. :-) platforms darwin checksums rmd160 b12853d3739e430dd125407a0b542bc7a1069dd1 \ sha256 542e13ece92d40545b8ba6626cfc6ed73071c6cbf6a5537ca126c41b349ae1ec if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-test-exception supported_archs noarch }