summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Cooper <J.L.Cooper@lboro.ac.uk>2020-09-18 07:58:24 +0100
committerJason Cooper <J.L.Cooper@lboro.ac.uk>2020-09-18 07:58:24 +0100
commita44a00b4ae4d59a70d3b3126e36adbd43770efda (patch)
tree7645dd0dc297f8bf94f2f87a3cd6be97548f288b
parentafc8f6866d4148bc6c18e2b4bde324618c697f3a (diff)
Checking in changes prior to tagging of version 1.57.
Changelog diff is: diff --git a/Changes b/Changes index f9cf274..3e6dac2 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension DBD::Mock. {{$NEXT}} + +1.57 2020-09-18T06:57:48Z - Fixed bug rt133358 t/016_mock_add_resultset_test.t fails (with older DBI) 1.56 2020-09-17T14:35:10Z
-rw-r--r--Changes2
-rw-r--r--META.json2
-rw-r--r--lib/DBD/Mock.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index f9cf274..3e6dac2 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension DBD::Mock.
{{$NEXT}}
+
+1.57 2020-09-18T06:57:48Z
- Fixed bug rt133358 t/016_mock_add_resultset_test.t fails (with older DBI)
1.56 2020-09-17T14:35:10Z
diff --git a/META.json b/META.json
index c991bcc..c11549c 100644
--- a/META.json
+++ b/META.json
@@ -67,7 +67,7 @@
"web" : "https://gitlab.com/scrapheap/DBD-Mock"
}
},
- "version" : "1.56",
+ "version" : "1.57",
"x_authority" : "cpan:JLCOOPER",
"x_contributors" : [
"Bernhard Graf <GRAF@cpan.org>",
diff --git a/lib/DBD/Mock.pm b/lib/DBD/Mock.pm
index cfecacf..c1cf14b 100644
--- a/lib/DBD/Mock.pm
+++ b/lib/DBD/Mock.pm
@@ -30,7 +30,7 @@ sub import {
if ( @_ && lc( $_[0] ) eq "pool" );
}
-our $VERSION = '1.56';
+our $VERSION = '1.57';
our $drh = undef; # will hold driver handle
our $err = 0; # will hold any error codes