We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2466cda commit 8b1114eCopy full SHA for 8b1114e
DBI.pm
@@ -11,7 +11,7 @@ package DBI;
11
require 5.008_001;
12
13
BEGIN {
14
-our $XS_VERSION = our $VERSION = "1.631"; # ==> ALSO update the version in the pod text below!
+our $XS_VERSION = our $VERSION = "1.632"; # ==> ALSO update the version in the pod text below!
15
$VERSION = eval $VERSION;
16
}
17
@@ -144,7 +144,7 @@ sure that your issue isn't related to the driver you're using.
144
145
=head2 NOTES
146
147
-This is the DBI specification that corresponds to DBI version 1.631
+This is the DBI specification that corresponds to DBI version 1.632
148
(see L<DBI::Changes> for details).
149
150
The DBI is evolving at a steady pace, so it's good to check that
0 commit comments