develooper Front page | perl.dbi.changes | Postings from March 2012

[svn:dbi] r15202 - dbi/trunk

From:
timbo
Date:
March 2, 2012 07:54
Subject:
[svn:dbi] r15202 - dbi/trunk
Message ID:
20120302155453.41218184B1B@xx12.develooper.com
Author: timbo
Date: Fri Mar  2 07:54:52 2012
New Revision: 15202

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

Log:
Bump version to 1.619 (though there are no plans for a release yet)


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes	(original)
+++ dbi/trunk/Changes	Fri Mar  2 07:54:52 2012
@@ -6,6 +6,10 @@
 
 =cut
 
+=head2 Changes in DBI 1.619-TRIAL (svn r15202) 25rd February 2012
+
+  Further method dispatch optimizations thanks to Dave Mitchell.
+
 =head2 Changes in DBI 1.618 (svn r15170) 25rd February 2012
 
   Fixed compiler warnings in Driver_xst.h (Martin J. Evans)

Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm	(original)
+++ dbi/trunk/DBI.pm	Fri Mar  2 07:54:52 2012
@@ -11,7 +11,7 @@
 require 5.008_001;
 
 BEGIN {
-$VERSION = "1.618"; # ==> ALSO update the version in the pod text below!
+$VERSION = "1.619"; # ==> ALSO update the version in the pod text below!
 }
 
 =head1 NAME
@@ -126,8 +126,8 @@
 
 =head2 NOTES
 
-This is the DBI specification that corresponds to the DBI version 1.618
-($Revision$).
+This is the DBI specification that corresponds to DBI version 1.619
+(see L<DBI::Changes> for details).
 
 The DBI is evolving at a steady pace, so it's good to check that
 you have the latest copy.



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About