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

[svn:dbi] r15300 - dbi/trunk

From:
timbo
Date:
April 25, 2012 05:30
Subject:
[svn:dbi] r15300 - dbi/trunk
Message ID:
20120425122959.0B801184BB6@xx12.develooper.com
Author: timbo
Date: Wed Apr 25 05:29:58 2012
New Revision: 15300

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

Log:
prep for release

Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes	(original)
+++ dbi/trunk/Changes	Wed Apr 25 05:29:58 2012
@@ -6,7 +6,7 @@
 
 =cut
 
-=head2 Changes in DBI 1.620 (svn r15299) 25th April 2012
+=head2 Changes in DBI 1.620 (svn r15300) 25th April 2012
 
   Modified column renaming in fetchall_arrayref, added in 1.619,
     to work on column index numbers not names (an incompatible change).

Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm	(original)
+++ dbi/trunk/DBI.pm	Wed Apr 25 05:29:58 2012
@@ -11,7 +11,7 @@
 require 5.008_001;
 
 BEGIN {
-$VERSION = "1.619"; # ==> ALSO update the version in the pod text below!
+$VERSION = "1.620"; # ==> ALSO update the version in the pod text below!
 }
 
 =head1 NAME
@@ -125,7 +125,7 @@
 
 =head2 NOTES
 
-This is the DBI specification that corresponds to DBI version 1.619
+This is the DBI specification that corresponds to DBI version 1.620
 (see L<DBI::Changes> for details).
 
 The DBI is evolving at a steady pace, so it's good to check that



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