X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FDocMap.pod;h=8d425bb00a799f3f954b42f9b132ede9105c1fc1;hb=83542a7dc6aa41ab9c46572f78f62bc68cc50146;hp=86a605058e08d1e29f1cbc8bb9b53759a8dc7e6a;hpb=550a5cb0355ab53c8bf16be8bdca290b2858b4dd;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 86a6050..8d425bb 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -1,4 +1,6 @@ -=head1 NAME DBIx::Class::Manual::DocMap - What documentation do we have? +=head1 NAME + +DBIx::Class::Manual::DocMap - What documentation do we have? =head1 Manuals @@ -6,6 +8,8 @@ =item L - User's Manual overview. +=item L - Frequently Asked Questions, gathered from IRC and the mailing list. + =item L - Introduction to setting up and using DBIx::Class. =item L - Full example Schema. @@ -34,19 +38,20 @@ =item L - Magically retrieve auto-incrementing fields. -=item L - Set of standard components. +=item L - Set of standard components to load. =item L - ? =item L - Making objects out of your columns. +=item L - Magically turn your datetime or timestamp columns into DateTime objects. + =item L - Dealing with primary keys. =item L - Turns the resultsource into a table. =item L - Accessor grouping. - =back =head1 Retrieving and creating data @@ -55,10 +60,10 @@ =item L - Selecting and manipulating sets. -=item L - Dealing with actual data. +=item L - Perform operations on entire columns of a ResultSet. -=item L - Virtual methods for all storage types. +=item L - Dealing with actual data. =item L - Storage using L and L. -=back \ No newline at end of file +=back