Blob Blame History Raw
diff -up DBD-ODBC-1.61/Changes.orig DBD-ODBC-1.61/Changes
--- DBD-ODBC-1.61/Changes.orig	2020-01-30 15:59:57.000000000 +0100
+++ DBD-ODBC-1.61/Changes	2020-02-10 10:04:43.325090560 +0100
@@ -5,7 +5,7 @@ use strict;
 
 DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
 
-1.61 2020-01-30
+=head2 1.61 2020-01-30
 
   [BUG FIXES]
 
@@ -20,7 +20,7 @@ DBD::ODBC::Changes - Log of significant
 
   Fix travis builds for older Perls by pali
 
-1.60 2018-10-31
+=head2 1.60 2018-10-31
 
   [BUG FIXES]
 
@@ -31,20 +31,20 @@ DBD::ODBC::Changes - Log of significant
 
   Merged pull request 10 from vadz which fixed typo (affecting license) in README.md.
 
-1.59 2018-08-10
+=head2 1.59 2018-08-10
 
   [BUG FIXES]
 
   git issue 8. Setting odbc_utf8_on didn't work properly. Thanks to David Wheeler for
   reporting and helping to debug.
 
-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]
 
@@ -54,19 +54,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]
 
@@ -91,14 +91,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]
 
@@ -110,7 +110,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]
 
@@ -119,7 +119,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]
 
@@ -128,7 +128,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]
 
@@ -136,14 +136,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]
 
@@ -192,14 +192,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]