Blob Blame History Raw
diff -up DBD-ODBC-1.58/Changes.orig DBD-ODBC-1.58/Changes
--- DBD-ODBC-1.58/Changes.orig	2018-03-20 10:33:08.000000000 +0100
+++ DBD-ODBC-1.58/Changes	2018-04-19 12:10:42.153943791 +0200
@@ -5,13 +5,13 @@ use strict;
 
 DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
 
-1.58 2018-03-01
+=head2 1.58 2018-03-01
 
   [MISCELLANEOUS]
 
   Various changes to the test suite to get better results with Postgres
 
-1.57 2018-03-01
+=head2 1.57 2018-03-01
 
   [MISCELLANEOUS]
 
@@ -21,19 +21,19 @@ DBD::ODBC::Changes - Log of significant
   This version was removed from CPAN because it was uploaded with a nasty
   bug in the diagnostics code.
 
-1.56 2016-10-06
+=head2 1.56 2016-10-06
 
   Full release of the 1.53 development series
 
   One version skipped because of indexing problems.
 
-1.53_2 2016-02-03
+=head2 1.53_2 2016-02-03
 
   [MISCELLANEOUS]
 
   Add new FAQs
 
-1.53_1 2015-10-16
+=head2 1.53_1 2015-10-16
 
   [BUG FIXES]
 
@@ -58,14 +58,14 @@ DBD::ODBC::Changes - Log of significant
 
   Remove duplicate dynamic_config from META.yml.
 
-1.52 2015-04-15
+=head2 1.52 2015-04-15
 
   [MISCELLANEOUS]
 
   Changes to the test suite to make it run better with Postgres thanks
   to Greg Sabino Mullane.
 
-1.51_4 2015-01-18
+=head2 1.51_4 2015-01-18
 
   [BUG FIXES]
 
@@ -77,7 +77,7 @@ DBD::ODBC::Changes - Log of significant
   Try and make the test suite run ok for SQLite ODBC driver so I can use it
   in travis-ci.
 
-1.51_3 2015-01-17
+=head2 1.51_3 2015-01-17
 
   [BUG FIXES]
 
@@ -86,7 +86,7 @@ DBD::ODBC::Changes - Log of significant
   with "string data, right truncation" on the second and subsequent
   calls to execute. Thanks to Laura Cox for finding.
 
-1.51_2 2014-11-19
+=head2 1.51_2 2014-11-19
 
   [BUG FIXES]
 
@@ -95,7 +95,7 @@ DBD::ODBC::Changes - Log of significant
   introduced last year. Thanks to Nick Gorham for spotting and providing
   a fix.
 
-1.51_1 2014-11-14
+=head2 1.51_1 2014-11-14
 
   [BUG FIXES]
 
@@ -103,14 +103,14 @@ DBD::ODBC::Changes - Log of significant
   client. Identify "libmsodbcsql*" as the MS ODBC Driver for Linux as
   there are some specific workarounds for MS Native Client ODBC driver.
 
-1.50 2014-07-25
+=head2 1.50 2014-07-25
 
   [BUG FIXES]
 
   The 80_odbc_diags.t test could fail if a driver fails a table does
   not exist test in the prepare instead of the execute.
 
-1.49_4 2014-07-08
+=head2 1.49_4 2014-07-08
 
   [BUG FIXES]
 
@@ -159,14 +159,14 @@ DBD::ODBC::Changes - Log of significant
   I have removed the "experimental" tag for odbc_getdiagfield and odbc_getdiagrec
   methods.
 
-1.49_2 2014-04-26
+=head2 1.49_2 2014-04-26
 
   [BUG FIXES]
 
   Change to data_sources in 1.49_1 could lead to a compile error since
   data_sources was not returning a value if an error occurred.
 
-1.49_1 2014-04-25
+=head2 1.49_1 2014-04-25
 
   [BUG FIXES]