mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
b2ce6e0e9d
PR: ports/93821 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
6 lines
218 B
Plaintext
6 lines
218 B
Plaintext
This is a 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.
|
|
|
|
WWW: http://search.cpan.org/dist/Class-C3/
|