From: Aran Deltac Date: Fri, 31 Mar 2006 22:11:14 +0000 (+0000) Subject: Remove Tree::* modules from docs for now. Renamed positional to ordered in the manual. X-Git-Tag: v0.07002~75^2~254 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=1caff56eca264363545bcffc225a01cbfd5cf503 Remove Tree::* modules from docs for now. Renamed positional to ordered in the manual. --- diff --git a/lib/DBIx/Class/Manual/Component.pod b/lib/DBIx/Class/Manual/Component.pod index 7c92b4f..4de2536 100644 --- a/lib/DBIx/Class/Manual/Component.pod +++ b/lib/DBIx/Class/Manual/Component.pod @@ -44,9 +44,9 @@ L - Build forms with multiple interconnected objects. L - Like FromForm but with DBIx::Class and HTML::Widget. -L - Retrieve automatically created primary keys upon insert. +L - Modify the position of objects in an ordered list. -L - Modify the position of objects in an ordered list. +L - Retrieve automatically created primary keys upon insert. L - Display the amount of time it takes to run queries. @@ -70,12 +70,6 @@ L - Hooks for Storable freeze/thaw. L - Validate all data before submitting to your database. -L - Manage a tree of data using the common adjacency list model. - -L - Manage a positional tree of data using the nested set model. - -L - Search for tokens in a tree of groups. - =head2 Core These are the components that all, or nearly all, people will use