# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         NEXT 0.65
revision            2
maintainers         nomaintainer
description         Provide a pseudo-class NEXT (et al) that allows method redispatch
long_description    NEXT.pm adds a pseudoclass named NEXT to any program \
                    that uses it. If a method m calls \$self-NEXT::m()>, the \
                    call to m is redispatched as if the calling method had \
                    not originally been found.

platforms           darwin

checksums           md5 fb16341cb2f75c8b2d0881d0a3f2f010 \
                    sha1 015afd504d3ae0a50f47dc6a0af8b9be6fd2a466 \
                    rmd160 aac3f52c07ea83b88dc83ef0da15303be85598a8

supported_archs     noarch
