Blob Blame History Raw
diff -up DBD-ODBC-1.56/Changes.orig DBD-ODBC-1.56/Changes
--- DBD-ODBC-1.56/Changes.orig	2016-10-06 10:30:13.000000000 +0200
+++ DBD-ODBC-1.56/Changes	2016-10-17 12:19:31.141514695 +0200
@@ -3,21 +3,23 @@ use strict;
 
 =encoding utf8
 
+=head1 NAME
+
 DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
 
-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]
 
@@ -42,14 +44,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]
 
@@ -61,7 +63,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]
 
@@ -70,7 +72,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]
 
@@ -79,7 +81,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]
 
@@ -87,14 +89,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]
 
@@ -143,14 +145,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]