openbsd-ports/devel/p5-Class-C3/pkg/DESCR
espie 55aa750d89 update Algorithm-C3 and Class-C3 to new version -- maintainer timeout,
okay simon@.
- detect interdeps loops.
- use faster Class::C3::XS if available.
2007-05-05 09:28:00 +00:00

7 lines
262 B
Plaintext

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.
For faster results, install p5-Class-C3-XS as well. Class::C3 will
automatically use it.