Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Class-C3: Pragma to use the C3 method resolution order algorithm
- Summary
- 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.
Changelog
- * Mon Sep 25 17:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 0.14-1
- update to 0.14
- * Tue Sep 19 17:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 0.13-4
- fix autoprovides, see rh#205801
- * Thu Sep 7 17:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 0.13-3
- bump