Author: timbo
Date: Tue Jul 22 13:57:19 2008
New Revision: 11567
Modified:
dbi/trunk/Changes
dbi/trunk/DBI.pm
Log:
Prep 1.606 release
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Tue Jul 22 13:57:19 2008
@@ -54,10 +54,10 @@
Add high-res time for windows - via Time::HiRes glob replace dbi_time().
-=head2 Changes in DBI 1.606
+=head2 Changes in DBI 1.606 (svn r11567) 22nd July 2008
- NOTE: Perl 5.8 is now the minimum supported version.
- If you need perl 5.6 support then send me a patch.
+ NOTE: Perl 5.8.1 is now the minimum supported version.
+ If you need support for earlier versions send me a patch.
Fixed missing import of carp in DBI::Gofer::Execute.
Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm (original)
+++ dbi/trunk/DBI.pm Tue Jul 22 13:57:19 2008
@@ -9,7 +9,7 @@
require 5.006_00;
BEGIN {
-$DBI::VERSION = "1.605"; # ==> ALSO update the version in the pod text below!
+$DBI::VERSION = "1.606"; # ==> ALSO update the version in the pod text below!
}
=head1 NAME
@@ -121,7 +121,7 @@
=head2 NOTES
-This is the DBI specification that corresponds to the DBI version 1.605
+This is the DBI specification that corresponds to the DBI version 1.606
($Revision$).
The DBI is evolving at a steady pace, so it's good to check that