# $Id: Portfile 63373 2010-02-03 17:08:00Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Class-C3 0.22
maintainers           narf_tm openmaintainer
description           A pragma to use the C3 method resolution order algortihm
long_description      This is pragma to change Perl 5's standard method \
                      resolution order from depth-first left-to-right \
                      (a.k.a - pre-order) to the more sophisticated C3 \
                      method resolution order.

platforms             darwin

checksums             md5 9b5ad010984a7d276d13b91151e2183d \
                      sha1 8b314dc7e6965753fa6e09d80f8d56ec31e5bc34 \
                      rmd160 8b6e7d7a9a7ab077f2de372d7a0f6271e60c2763

depends_lib-append    port:p5-algorithm-c3 \
                      port:p5-class-c3-xs
