10f2d1d
diff -up DBD-ODBC-1.61/Changes.orig DBD-ODBC-1.61/Changes
10f2d1d
--- DBD-ODBC-1.61/Changes.orig	2020-01-30 15:59:57.000000000 +0100
10f2d1d
+++ DBD-ODBC-1.61/Changes	2020-02-10 10:04:43.325090560 +0100
2f5940c
@@ -5,7 +5,7 @@ use strict;
650b607
 
650b607
 DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
650b607
 
10f2d1d
-1.61 2020-01-30
10f2d1d
+=head2 1.61 2020-01-30
10f2d1d
 
10f2d1d
   [BUG FIXES]
10f2d1d
 
10f2d1d
@@ -20,7 +20,7 @@ DBD::ODBC::Changes - Log of significant
10f2d1d
 
10f2d1d
   Fix travis builds for older Perls by pali
10f2d1d
 
2f5940c
-1.60 2018-10-31
2f5940c
+=head2 1.60 2018-10-31
2f5940c
 
2f5940c
   [BUG FIXES]
2f5940c
 
10f2d1d
@@ -31,20 +31,20 @@ DBD::ODBC::Changes - Log of significant
2f5940c
 
2f5940c
   Merged pull request 10 from vadz which fixed typo (affecting license) in README.md.
2f5940c
 
e6b89a0
-1.59 2018-08-10
e6b89a0
+=head2 1.59 2018-08-10
e6b89a0
 
e6b89a0
   [BUG FIXES]
e6b89a0
 
e6b89a0
   git issue 8. Setting odbc_utf8_on didn't work properly. Thanks to David Wheeler for
e6b89a0
   reporting and helping to debug.
e6b89a0
 
351a3a7
-1.58 2018-03-01
351a3a7
+=head2 1.58 2018-03-01
351a3a7
 
351a3a7
   [MISCELLANEOUS]
351a3a7
 
351a3a7
   Various changes to the test suite to get better results with Postgres
351a3a7
 
351a3a7
-1.57 2018-03-01
351a3a7
+=head2 1.57 2018-03-01
351a3a7
 
351a3a7
   [MISCELLANEOUS]
351a3a7
 
10f2d1d
@@ -54,19 +54,19 @@ DBD::ODBC::Changes - Log of significant
351a3a7
   This version was removed from CPAN because it was uploaded with a nasty
351a3a7
   bug in the diagnostics code.
351a3a7
 
4a0c277
-1.56 2016-10-06
4a0c277
+=head2 1.56 2016-10-06
4a0c277
 
4a0c277
   Full release of the 1.53 development series
4a0c277
 
4a0c277
   One version skipped because of indexing problems.
4a0c277
 
4a0c277
-1.53_2 2016-02-03
4a0c277
+=head2 1.53_2 2016-02-03
4a0c277
 
4a0c277
   [MISCELLANEOUS]
4a0c277
 
4a0c277
   Add new FAQs
4a0c277
 
4a0c277
-1.53_1 2015-10-16
4a0c277
+=head2 1.53_1 2015-10-16
4a0c277
 
4a0c277
   [BUG FIXES]
4a0c277
 
10f2d1d
@@ -91,14 +91,14 @@ DBD::ODBC::Changes - Log of significant
4a0c277
 
4a0c277
   Remove duplicate dynamic_config from META.yml.
4a0c277
 
bd684a2
-1.52 2015-04-15
bd684a2
+=head2 1.52 2015-04-15
3d62549
 
3d62549
   [MISCELLANEOUS]
3d62549
 
bd684a2
   Changes to the test suite to make it run better with Postgres thanks
bd684a2
   to Greg Sabino Mullane.
3d62549
 
bd684a2
-1.51_4 2015-01-18
bd684a2
+=head2 1.51_4 2015-01-18
650b607
 
650b607
   [BUG FIXES]
650b607
 
10f2d1d
@@ -110,7 +110,7 @@ DBD::ODBC::Changes - Log of significant
bd684a2
   Try and make the test suite run ok for SQLite ODBC driver so I can use it
bd684a2
   in travis-ci.
650b607
 
bd684a2
-1.51_3 2015-01-17
bd684a2
+=head2 1.51_3 2015-01-17
650b607
 
650b607
   [BUG FIXES]
650b607
 
10f2d1d
@@ -119,7 +119,7 @@ DBD::ODBC::Changes - Log of significant
bd684a2
   with "string data, right truncation" on the second and subsequent
bd684a2
   calls to execute. Thanks to Laura Cox for finding.
650b607
 
bd684a2
-1.51_2 2014-11-19
bd684a2
+=head2 1.51_2 2014-11-19
650b607
 
650b607
   [BUG FIXES]
650b607
 
10f2d1d
@@ -128,7 +128,7 @@ DBD::ODBC::Changes - Log of significant
4a0c277
   introduced last year. Thanks to Nick Gorham for spotting and providing
4a0c277
   a fix.
650b607
 
bd684a2
-1.51_1 2014-11-14
bd684a2
+=head2 1.51_1 2014-11-14
650b607
 
650b607
   [BUG FIXES]
650b607
 
10f2d1d
@@ -136,14 +136,14 @@ DBD::ODBC::Changes - Log of significant
bd684a2
   client. Identify "libmsodbcsql*" as the MS ODBC Driver for Linux as
bd684a2
   there are some specific workarounds for MS Native Client ODBC driver.
650b607
 
bd684a2
-1.50 2014-07-25
bd684a2
+=head2 1.50 2014-07-25
650b607
 
650b607
   [BUG FIXES]
650b607
 
bd684a2
   The 80_odbc_diags.t test could fail if a driver fails a table does
bd684a2
   not exist test in the prepare instead of the execute.
650b607
 
bd684a2
-1.49_4 2014-07-08
bd684a2
+=head2 1.49_4 2014-07-08
650b607
 
650b607
   [BUG FIXES]
650b607
 
10f2d1d
@@ -192,14 +192,14 @@ DBD::ODBC::Changes - Log of significant
bd684a2
   I have removed the "experimental" tag for odbc_getdiagfield and odbc_getdiagrec
bd684a2
   methods.
650b607
 
bd684a2
-1.49_2 2014-04-26
bd684a2
+=head2 1.49_2 2014-04-26
650b607
 
650b607
   [BUG FIXES]
650b607
 
bd684a2
   Change to data_sources in 1.49_1 could lead to a compile error since
bd684a2
   data_sources was not returning a value if an error occurred.
650b607
 
bd684a2
-1.49_1 2014-04-25
bd684a2
+=head2 1.49_1 2014-04-25
650b607
 
650b607
   [BUG FIXES]
650b607