X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=a4197ed56f93aeb7f43d437d38dfbf78ebb62bbb;hb=af9120b08177e0549800dbadc963302d73f1e48f;hp=e6868b412f0789007f560d2e9d4175a6a6d281c9;hpb=0b7e9d74d5333e340b475f8d32eb2c56f2a616a6;p=dbsrgits%2FDBIx-Class-Tree.git diff --git a/README b/README index e6868b4..a4197ed 100644 --- a/README +++ b/README @@ -1,6 +1,5 @@ NAME DBIx::Class::Tree - Manipulate and anaylze tree structured data. - (EXPERIMENTAL) DESCRIPTION The tree modules provide the tools to represent, modify, and analyze @@ -8,10 +7,10 @@ DESCRIPTION COMPONENTS DBIx::Class::Tree::AdjacencyList - Manage a tree of data using the - common adjacency list model. (EXPERIMENTAL) + common adjacency list model. DBIx::Class::Tree::AdjacencyList::Ordered - Glue DBIx::Class::Ordered - and DBIx::Class::Tree::AdjacencyList together. (EXPERIMENTAL) + and DBIx::Class::Tree::AdjacencyList together. DAG All tree related modules must conform to have and use the basic