Author: timbo
Date: Mon Jun 25 14:49:03 2007
New Revision: 9678
Modified:
dbi/trunk/Changes
dbi/trunk/DBI.pm
dbi/trunk/t/80proxy.t
Log:
Fix test count. Update VERSION.
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Mon Jun 25 14:49:03 2007
@@ -37,7 +37,7 @@
Add trace modules that just records the last N trace messages into an array
and prepends them to any error message.
-=head2 Changes in DBI 1.58 (svn rev 9677), 25th June 2007
+=head2 Changes in DBI 1.58 (svn rev 9678), 25th June 2007
Fixed code triggering fatal error in bleadperl, thanks to Steve Hay.
Fixed compiler warning thanks to Jerry D. Hedden.
Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm (original)
+++ dbi/trunk/DBI.pm Mon Jun 25 14:49:03 2007
@@ -9,7 +9,7 @@
require 5.006_00;
BEGIN {
-$DBI::VERSION = "1.57"; # ==> ALSO update the version in the pod text below!
+$DBI::VERSION = "1.58"; # ==> ALSO update the version in the pod text below!
}
=head1 NAME
@@ -120,7 +120,7 @@
=head2 NOTES
-This is the DBI specification that corresponds to the DBI version 1.57
+This is the DBI specification that corresponds to the DBI version 1.58
($Revision$).
The DBI is evolving at a steady pace, so it's good to check that
Modified: dbi/trunk/t/80proxy.t
==============================================================================
--- dbi/trunk/t/80proxy.t (original)
+++ dbi/trunk/t/80proxy.t Mon Jun 25 14:49:03 2007
@@ -71,7 +71,7 @@
or die "Failed to create config file $config_file: $!";
my($handle, $port);
-my $numTests = 135;
+my $numTests = 131;
if (@ARGV) {
$port = $ARGV[0];