summaryrefslogtreecommitdiff
path: root/lib/Catmandu/Store/DBI/Handler/MySQL.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2024-03-24 01:02:12 +0100
committergregor herrmann <gregoa@debian.org>2024-03-24 01:02:12 +0100
commit4bfb24c9ca44fe6c301cc6eb033cfb46d2dac1f6 (patch)
tree9479ab73e328e615179c537a539a402d8276f2a5 /lib/Catmandu/Store/DBI/Handler/MySQL.pm
parent68f3dd2166bdfaf6910765ad11f2172f30530401 (diff)
parent4c1004488085b53c8b36d0005060c1a93e2332da (diff)
Update upstream source from tag 'upstream/0.13'
Update to upstream version '0.13' with Debian dir a82b114d8ee7bb7841dc0d8beef3ef80cd33d438
Diffstat (limited to 'lib/Catmandu/Store/DBI/Handler/MySQL.pm')
-rw-r--r--lib/Catmandu/Store/DBI/Handler/MySQL.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Catmandu/Store/DBI/Handler/MySQL.pm b/lib/Catmandu/Store/DBI/Handler/MySQL.pm
index be27ff9..a621f8a 100644
--- a/lib/Catmandu/Store/DBI/Handler/MySQL.pm
+++ b/lib/Catmandu/Store/DBI/Handler/MySQL.pm
@@ -4,7 +4,7 @@ use Catmandu::Sane;
use Moo;
use namespace::clean;
-our $VERSION = "0.12";
+our $VERSION = "0.13";
with 'Catmandu::Store::DBI::Handler';