Author: timbo
Date: Thu Jul 22 10:28:29 2010
New Revision: 14271

Modified:
   dbi/trunk/Changes
   dbi/trunk/DBI.pm

Log:
Bump version and update Changes


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Thu Jul 22 10:28:29 2010
@@ -6,7 +6,9 @@
 
 =cut
 
-=head2 Changes in DBI 1.613 (svn rNNNNN) NNth XXXX 2010
+=head2 Changes in DBI 1.613 (svn r14271) 22nd July 2010
+
+  Fixed Win32 prerequisite module from PathTools to File::Spec.
 
   Changed attribute headings and fixed references in DBI pod (Martin J. Evans)
   Corrected typos in DBI::FAQ and DBI::ProxyServer (Ansgar Burchardt)

Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm    (original)
+++ dbi/trunk/DBI.pm    Thu Jul 22 10:28:29 2010
@@ -9,7 +9,7 @@
 require 5.008_001;
 
 BEGIN {
-$DBI::VERSION = "1.612"; # ==> ALSO update the version in the pod text below!
+$DBI::VERSION = "1.613"; # ==> 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.612
+This is the DBI specification that corresponds to the DBI version 1.613
 ($Revision$).
 
 The DBI is evolving at a steady pace, so it's good to check that

Reply via email to