2006-05-11 07:39:51 -04:00
|
|
|
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.
|
2007-05-05 05:28:00 -04:00
|
|
|
|
|
|
|
For faster results, install p5-Class-C3-XS as well. Class::C3 will
|
|
|
|
automatically use it.
|