- Update indentation (again) to be consistent with code
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / FAQ.pod
index 131f4a0..ff49a3b 100644 (file)
@@ -4,7 +4,7 @@ DBIx::Class::Manual::FAQ - Frequently asked questions
 
 =head1 GENERAL
 
-=head2 What is the point of this module? Is it a fork of Class::DBI?
+=head2 What is the point of this module?  Is it a fork of Class::DBI?
 
 This is an alternative to L<Class::DBI>, intended to provide greater
 functionality and simplicity.
@@ -29,13 +29,13 @@ release for people to test against.
 
 =head2 Where can I go for support?
 
-    Mailing list: http://lists.rawmode.org/mailman/listinfo/dbix-class/
+  Mailing list: http://lists.rawmode.org/mailman/listinfo/dbix-class/
 
-    SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
+  SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
 
-    Wiki: http://dbix-class.shadowcatsystems.co.uk/
+  Wiki: http://dbix-class.shadowcatsystems.co.uk/
 
-    IRC: irc.perl.org#dbix-class
+  IRC: irc.perl.org#dbix-class
 
 =head1 POSTGRESQL-SPECIFIC PROBLEMS
 
@@ -45,7 +45,7 @@ Older L<DBI> and L<DBD::Pg> versions do not handle C<last_insert_id>
 correctly, causing code that uses auto-incrementing primary key
 columns to fail with a message such as:
 
-    Can't get last insert id at /.../DBIx/Class/Row.pm line 95
+  Can't get last insert id at /.../DBIx/Class/Row.pm line 95
 
 In particular the RHEL 4 and FC3 Linux distributions both ship with
 combinations of L<DBI> and L<DBD::Pg> modules that do not work