Remove mention of obsolete DBIx::Class::WebForm.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / DocMap.pod
index 7631375..c9bd1d8 100644 (file)
@@ -12,14 +12,18 @@ DBIx::Class::Manual::DocMap - What documentation do we have?
 
 =item L<DBIx::Class::Manual::Example> - Full example Schema.
 
+=item L<DBIx::Class::Manual::SQLHackers::TOC> - How to use DBIx::Class if you know SQL (external, available on CPAN)
+
+=item L<DBIx::Class::Manual::Glossary> - What do all those terms mean?
+
 =item L<DBIx::Class::Manual::Cookbook> - Various short recipes on how to do things.
 
+=item L<DBIx::Class::Manual::FAQ> - Frequently Asked Questions, gathered from IRC and the mailing list.
+
 =item L<DBIx::Class::Manual::Troubleshooting> - What to do if things go wrong (diagnostics of known error messages).
 
 =item L<DBIx::Class::Manual::Component> - How to write your own DBIx::Class components.
 
-=item L<DBIx::Class::Manual::Glossary> - What do all those terms mean?
-
 =back
 
 =head1 Setting up
@@ -36,12 +40,12 @@ DBIx::Class::Manual::DocMap - What documentation do we have?
 
 =item L<DBIx::Class::PK::Auto> - Magically retrieve auto-incrementing fields.
 
-=item L<DBIx::Class::Core> - Set of standard components.
-
-=item L<DBIx::Class::Serialize::Storable> - ?
+=item L<DBIx::Class::Core> - Set of standard components to load.
 
 =item L<DBIx::Class::InflateColumn> - Making objects out of your columns.
 
+=item L<DBIx::Class::InflateColumn::DateTime> - Magically turn your datetime or timestamp columns into DateTime objects.
+
 =item L<DBIx::Class::PK> - Dealing with primary keys.
 
 =item L<DBIx::Class::ResultSourceProxy::Table> - Turns the resultsource into a table.
@@ -56,8 +60,12 @@ DBIx::Class::Manual::DocMap - What documentation do we have?
 
 =item L<DBIx::Class::ResultSet> - Selecting and manipulating sets.
 
+=item L<DBIx::Class::ResultSetColumn> - Perform operations on entire columns of a ResultSet.
+
 =item L<DBIx::Class::Row> - Dealing with actual data.
 
+=item L<DBIx::Class::Storage> - Basic Storage stuff.
+
 =item L<DBIx::Class::Storage::DBI> - Storage using L<DBI> and L<SQL::Abstract>.
 
 =back