Author: hmbrand
Date: Sat Jun 19 01:06:17 2010
New Revision: 14176
Modified:
dbi/trunk/Changes
Log:
I prefer no space after the .
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Sat Jun 19 01:06:17 2010
@@ -13,7 +13,7 @@
This is also the first release where the bulk of the development work
has been done by other people. I'd like to thank (in no particular order)
-Jens Rehsack, Martin J. Evans, and H. Merijn Brand for all their contributions.
+Jens Rehsack, Martin J. Evans, and H.Merijn Brand for all their contributions.
Fixed DBD::DBM breakage with SQL::Statement (Jens Rehsack, fixes RT#56561)
Fixed DBD::File file handle leak (Jens Rehsack)
@@ -21,7 +21,7 @@
dbms (Martin J. Evans)
Fixed DBD::DBM bugs found during tests (Jens Rehsack)
Fixed DBD::File doesn't find files without extensions under some
- circumstances (Jens Rehsack, H. Merijn Brand, fixes RT#59038)
+ circumstances (Jens Rehsack, H.Merijn Brand, fixes RT#59038)
Changed Makefile.PL to modernize with CONFLICTS, recommended dependencies
and resources (Jens Rehsack)
@@ -37,7 +37,7 @@
Synchronize API between SQL::Statement and DBI::SQL::Nano (Jens Rehsack)
Merged some optimizations from SQL::Statement into DBI::SQL::Nano
(Jens Rehsack)
- Added basic test for DBD::File (H. Merijn Brand, Jens Rehsack)
+ Added basic test for DBD::File (H.Merijn Brand, Jens Rehsack)
Updated and clarified documentation for finish method (Tim Bunce).
Changes to DBD::File for better English and hopefully better