summaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-C3/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Algorithm-C3/DESCR')
-rw-r--r--devel/p5-Algorithm-C3/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-C3/DESCR b/devel/p5-Algorithm-C3/DESCR
new file mode 100644
index 00000000000..5c97e0fee4f
--- /dev/null
+++ b/devel/p5-Algorithm-C3/DESCR
@@ -0,0 +1,7 @@
+This module implements the C3 algorithm. I have broken this out
+into it's own module because I found myself copying and pasting
+it way too often for various needs. Most of the uses I have for
+C3 revolve around class building and metamodels, but it could
+also be used for things like dependency resolution as well since
+it tends to do such a nice job of preserving local precendence
+orderings.