File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ DBI::Changes - List of significant changes to the DBI
6
6
7
7
=cut
8
8
9
- =head2 Changes in DBI 1.633
9
+ =head2 Changes in DBI 1.633 - 11th Jan 2015
10
10
11
11
Fixed selectrow_*ref to return undef on error in list context
12
12
instead if an empty list.
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.632 " ; # ==> ALSO update the version in the pod text below!
14
+ our $XS_VERSION = our $VERSION = " 1.633 " ; # ==> ALSO update the version in the pod text below!
15
15
$VERSION = eval $VERSION ;
16
16
}
17
17
@@ -144,7 +144,7 @@ sure that your issue isn't related to the driver you're using.
144
144
145
145
=head2 NOTES
146
146
147
- This is the DBI specification that corresponds to DBI version 1.632
147
+ This is the DBI specification that corresponds to DBI version 1.633
148
148
(see L<DBI::Changes> for details).
149
149
150
150
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