Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Algorithm-C3 / pkg-descr
1 This module implements the C3 algorithm. I have broken this out 
2 into it's own module because I found myself copying and pasting 
3 it way too often for various needs. Most of the uses I have for 
4 C3 revolve around class building and metamodels, but it could 
5 also be used for things like dependency resolution as well since 
6 it tends to do such a nice job of preserving local precedence 
7 orderings. 
8
9 WWW: http://search.cpan.org/dist/Algorithm-C3/