From: Justin Hunter Date: Mon, 31 Aug 2009 21:13:50 +0000 (+0000) Subject: remove . from end of =head links X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=96849b7fb33eb882966097b2c5ca1740a9505a10;p=dbsrgits%2FDBIx-Class-Historic.git remove . from end of =head links --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index b7a5329..a525b27 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -1517,7 +1517,7 @@ database thinks it has. Alternatively, you can send the conversion sql scripts to your customers as above. -=head2 Setting quoting for the generated SQL. +=head2 Setting quoting for the generated SQL If the database contains column names with spaces and/or reserved words, they need to be quoted in the SQL queries. This is done using: diff --git a/lib/DBIx/Class/Manual/Example.pod b/lib/DBIx/Class/Manual/Example.pod index 1f332fc..71b0e29 100644 --- a/lib/DBIx/Class/Manual/Example.pod +++ b/lib/DBIx/Class/Manual/Example.pod @@ -27,7 +27,7 @@ And these rules exists: Install DBIx::Class via CPAN should be sufficient. -=head3 Create the database/tables. +=head3 Create the database/tables First make and change the directory: @@ -126,7 +126,7 @@ MyDatabase/Main/Result/Track.pm: 1; -=head3 Write a script to insert some records. +=head3 Write a script to insert some records insertdb.pl