Blob Blame History Raw
--- DBD-ODBC-1.52/Changes.orig	2015-04-20 23:14:38.242607555 +0200
+++ DBD-ODBC-1.52/Changes	2015-04-20 23:17:29.274020516 +0200
@@ -3,16 +3,18 @@
 
 =encoding utf8
 
+=head1 NAME
+
 DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
 
-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]
 
@@ -24,7 +26,7 @@
   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]
 
@@ -33,7 +35,7 @@
   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]
 
@@ -41,7 +43,7 @@
   the table name for the type argument. I think this bug was
   introduced last year.
 
-1.51_1 2014-11-14
+=head2 1.51_1 2014-11-14
 
   [BUG FIXES]
 
@@ -49,14 +51,14 @@
   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]
 
@@ -105,14 +107,14 @@
   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]