Author: timbo
Date: Tue Sep 21 03:08:21 2010
New Revision: 14438
Modified:
dbi/trunk/Changes
dbi/trunk/DBI.pm
Log:
Prep for dev release
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Tue Sep 21 03:08:21 2010
@@ -6,9 +6,10 @@
=cut
-=head2 Changes in DBI 1.XXX (svn nnnnn) nth Month 2010
+=head2 Changes in DBI 1.615 (svn r14438) 21st September 2010
- Fixed test for file/directory names with whitespaces in them
+ Fixed t/51dbm_file for file/directory names with whitespaces in them
+ RT#61445 (Jens Rehsack)
Fixed compiler warnings from ignored hv_store result (Martin J. Evans)
Fixed portability to VMS (Craig A. Berry)
Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm (original)
+++ dbi/trunk/DBI.pm Tue Sep 21 03:08:21 2010
@@ -9,7 +9,7 @@
require 5.008_001;
BEGIN {
-$DBI::VERSION = "1.614"; # ==> ALSO update the version in the pod text below!
+$DBI::VERSION = "1.615"; # ==> ALSO update the version in the pod text below!
}
=head1 NAME
@@ -124,7 +124,7 @@
=head2 NOTES
-This is the DBI specification that corresponds to the DBI version 1.614
+This is the DBI specification that corresponds to the DBI version 1.615
($Revision$).
The DBI is evolving at a steady pace, so it's good to check that