Add dist files (MANIFEST, META.yml, Makefile.pl, etc).
[dbsrgits/DBIx-Class-Tree.git] / TODO
diff --git a/TODO b/TODO
index 1e666a1..2213fe8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,12 @@
 
  - Support DAGs.
  - Tree::Visitor
- - Come up with a better name for attach_before and 
+ - Come up with a better name for attach_before and
    attach_after.
  - Support multiple columns for ordering.
- - Declare both the parent column and the position column 
+ - Declare both the parent column and the position column
    in one call.
- - Add an ancestors() and descendants() method with 
+ - Add an ancestors() and descendants() method with
    support for resultset cacheing.
+ - Not all methods are covered by the tests.