File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ DBI::Changes - List of significant changes to the DBI
10
10
11
11
NOTE: This release changes the handle passed to Callbacks from being an 'inner'
12
12
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.
15
14
16
15
Fixed err_hash handling of integer err RT#92172 [Dagfinn Ilmari]
17
16
Fixed use of \Q vs \E in t/70callbacks.t
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ package DBI;
11
11
require 5.008_001;
12
12
13
13
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!
15
15
$VERSION = eval $VERSION ;
16
16
}
17
17
@@ -138,7 +138,7 @@ sure that your issue isn't related to the driver you're using.
138
138
139
139
=head2 NOTES
140
140
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
142
142
(see L<DBI::Changes> for details).
143
143
144
144
The DBI is evolving at a steady pace, so it's good to check that
You can’t perform that action at this time.
0 commit comments