Skip to content

Commit 411e3d0

Browse files
committed
Bump version to 1.631
1 parent 709ce03 commit 411e3d0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Changes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ DBI::Changes - List of significant changes to the DBI
1010

1111
NOTE: This release changes the handle passed to Callbacks from being an 'inner'
1212
handle to being an 'outer' handle. If you have code that makes use of Callbacks,
13-
you should be sure you understand what this change means and review your
14-
callback code.
13+
ensure that you understand what this change means and review your callback code.
1514

1615
Fixed err_hash handling of integer err RT#92172 [Dagfinn Ilmari]
1716
Fixed use of \Q vs \E in t/70callbacks.t

DBI.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package DBI;
1111
require 5.008_001;
1212

1313
BEGIN {
14-
our $XS_VERSION = our $VERSION = "1.630"; # ==> ALSO update the version in the pod text below!
14+
our $XS_VERSION = our $VERSION = "1.631"; # ==> ALSO update the version in the pod text below!
1515
$VERSION = eval $VERSION;
1616
}
1717

@@ -138,7 +138,7 @@ sure that your issue isn't related to the driver you're using.
138138
139139
=head2 NOTES
140140
141-
This is the DBI specification that corresponds to DBI version 1.630
141+
This is the DBI specification that corresponds to DBI version 1.631
142142
(see L<DBI::Changes> for details).
143143
144144
The DBI is evolving at a steady pace, so it's good to check that

0 commit comments

Comments
 (0)