Remove Tree::* modules from docs for now. Renamed positional to ordered in the manual.
Aran Deltac [Fri, 31 Mar 2006 22:11:14 +0000 (22:11 +0000)]
lib/DBIx/Class/Manual/Component.pod

index 7c92b4f..4de2536 100644 (file)
@@ -44,9 +44,9 @@ L<DBIx::Class::FormTools> - Build forms with multiple interconnected objects.
 
 L<DBIx::Class::HTMLWidget> - Like FromForm but with DBIx::Class and HTML::Widget.
 
-L<DBIx::Class::PK::Auto> - Retrieve automatically created primary keys upon insert.
+L<DBIx::Class::Ordered> - Modify the position of objects in an ordered list.
 
-L<DBIx::Class::Positional> - Modify the position of objects in an ordered list.
+L<DBIx::Class::PK::Auto> - Retrieve automatically created primary keys upon insert.
 
 L<DBIx::Class::QueriesTime> - Display the amount of time it takes to run queries.
 
@@ -70,12 +70,6 @@ L<DBIx::Class::Serialize::Storable> - Hooks for Storable freeze/thaw.
 
 L<DBIx::Class::Validation> - Validate all data before submitting to your database.
 
-L<DBIx::Class::Tree::AdjacencyList> - Manage a tree of data using the common adjacency list model.
-
-L<DBIx::Class::Tree::NestedSet> - Manage a positional tree of data using the nested set model.
-
-L<DBIx::Class::TokenGroup> - Search for tokens in a tree of groups.
-
 =head2 Core
 
 These are the components that all, or nearly all, people will use