Added components to the main Tree pod.
Aran Deltac [Fri, 31 Mar 2006 22:32:34 +0000 (22:32 +0000)]
lib/DBIx/Class/Tree.pm

index 34f91cc..cb345b2 100644 (file)
@@ -16,10 +16,17 @@ __END__
 
 DBIx::Class::Tree - Manipulate and anaylze tree structured data.  (EXPERIMENTAL)
 
-=head1 SYNOPSIS
-
 =head1 DESCRIPTION
 
+The tree modules provide the tools to represent, modify, and analyze 
+trees of data with DBIx::Class.
+
+=head1 COMPONENTS
+
+L<DBIx::Class::Tree::AdjacencyList> - Manage a tree of data using the common adjacency list model. (EXPERIMENTAL)
+
+L<DBIx::Class::Tree::AdjacencyList::Ordered> - Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together. (EXPERIMENTAL)
+
 =head1 AUTHOR
 
 Aran Clary Deltac <bluefeet@cpan.org>