From: Aran Deltac Date: Fri, 31 Mar 2006 22:32:34 +0000 (+0000) Subject: Added components to the main Tree pod. X-Git-Tag: 0.03001~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Tree.git;a=commitdiff_plain;h=9d3d72a3e068d1b19406e969566e7b80b9a9c755 Added components to the main Tree pod. --- diff --git a/lib/DBIx/Class/Tree.pm b/lib/DBIx/Class/Tree.pm index 34f91cc..cb345b2 100644 --- a/lib/DBIx/Class/Tree.pm +++ b/lib/DBIx/Class/Tree.pm @@ -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 - Manage a tree of data using the common adjacency list model. (EXPERIMENTAL) + +L - Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together. (EXPERIMENTAL) + =head1 AUTHOR Aran Clary Deltac