Author: timbo
Date: Wed Jun 6 09:37:26 2012
New Revision: 15327
Modified:
dbi/trunk/Changes
dbi/trunk/DBI.pm
Log:
Bump version to 1.622 and prep for release
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Wed Jun 6 09:37:26 2012
@@ -8,7 +8,7 @@
=cut
-=head2 Changes in DBI 1.622
+=head2 Changes in DBI 1.622 (svn r15327) 6th June 2012
Fixed lack of =encoding in non-ASCII pod docs. RT#77588
Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm (original)
+++ dbi/trunk/DBI.pm Wed Jun 6 09:37:26 2012
@@ -11,7 +11,7 @@
require 5.008_001;
BEGIN {
-$VERSION = "1.621"; # ==> ALSO update the version in the pod text below!
+$VERSION = "1.622"; # ==> 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.621
+This is the DBI specification that corresponds to DBI version 1.622
(see L<DBI::Changes> for details).
The DBI is evolving at a steady pace, so it's good to check that