ti...@cvs.perl.org
unread,Mar 22, 2013, 4:37:34 PM3/22/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to svn-commit-...@perl.org
Author: timbo
Date: Fri Mar 22 13:37:34 2013
New Revision: 15587
Modified:
dbi/trunk/Changes
dbi/trunk/DBI.pm
Log:
Prep for 1.624
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Fri Mar 22 13:37:34 2013
@@ -8,6 +8,12 @@
=cut
+=head2 Changes in DBI 1.624 (svn r15576) 22nd March 2013
+
+ Fixed Gofer for hash randomization in perl 5.17.10+ RT#84146
+
+ Clarify docs for can() re RT#83207
+
=head2 Changes in DBI 1.623 (svn r15547) 2nd Jan 2013
Fixed RT#64330 - ping wipes out errstr (Martin J. Evans).
Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm (original)
+++ dbi/trunk/DBI.pm Fri Mar 22 13:37:34 2013
@@ -11,7 +11,7 @@
require 5.008_001;
BEGIN {
-$VERSION = "1.623"; # ==> ALSO update the version in the pod text below!
+$VERSION = "1.624"; # ==> ALSO update the version in the pod text below!
}
=head1 NAME
@@ -137,7 +137,7 @@
=head2 NOTES
-This is the DBI specification that corresponds to DBI version 1.623
+This is the DBI specification that corresponds to DBI version 1.624
(see L<DBI::Changes> for details).
The DBI is evolving at a steady pace, so it's good to check that