# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup			Class-WhiteHole 0.04
maintainers			FreeBSD.org:mat
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

checksums md5 43b986ad7d5d186a9a43d2d69a2ef327

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
