X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FDocMap.pod;h=5820d03ca8bf918496aba2546b2529e0cc9e94c6;hb=a9ee81233ca46588fb723af4b36c88ae9aed5d2a;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..5820d03 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,12 @@ =item L - Selecting and manipulating sets. +=item L - Perform operations on entire columns of a ResultSet. + =item L - Dealing with actual data. -=item L - Virtual methods for all storage types. +=item L - Basic Storage stuff. =item L - Storage using L and L. -=back \ No newline at end of file +=back