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>