Not really very (EXPERIMENTAL) any more
[dbsrgits/DBIx-Class-Tree.git] / lib / DBIx / Class / Tree.pm
index 7ce2535..3e8f690 100644 (file)
@@ -14,7 +14,7 @@ __END__
 
 =head1 NAME
 
-DBIx::Class::Tree - Manipulate and anaylze tree structured data.  (EXPERIMENTAL)
+DBIx::Class::Tree - Manipulate and anaylze tree structured data.
 
 =head1 DESCRIPTION
 
@@ -24,10 +24,10 @@ 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)
+common adjacency list model.
 
 L<DBIx::Class::Tree::AdjacencyList::Ordered> - Glue DBIx::Class::Ordered 
-and DBIx::Class::Tree::AdjacencyList together. (EXPERIMENTAL)
+and DBIx::Class::Tree::AdjacencyList together.
 
 =head1 DAG