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
66
77=cut
88
9- =head2 Changes in DBI 1.633
9+ =head2 Changes in DBI 1.633 - 11th Jan 2015
1010
1111 Fixed selectrow_*ref to return undef on error in list context
1212 instead if an empty list.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ package DBI;
1111require 5.008_001;
1212
1313BEGIN {
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!
1515$VERSION = eval $VERSION ;
1616}
1717
@@ -144,7 +144,7 @@ sure that your issue isn't related to the driver you're using.
144144
145145=head2 NOTES
146146
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
148148(see L<DBI::Changes> for details).
149149
150150The 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