# -*- 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-WhiteHole 0.04
revision            3
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         base class to treat unhandled method calls as errors
long_description    Its possible to accidentally inherit an AUTOLOAD method. Often this \
                    will happen if a class somewhere in the chain uses AutoLoader or \
                    defines one of their own. This can lead to confusing error messages \
                    when method lookups fail.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  ee0eb1a012d513b0d53705310657d470394286a2 \
                    sha256  5ff0c93dee6e3497424eea0eda75de4a19532802a796b0358b262ec0372c6aea
