summaryrefslogtreecommitdiff
path: root/lib/Catmandu/Store/DBI/Handler/Pg.pm
diff options
context:
space:
mode:
authorNicolas Steenlant <nicolas.steenlant@ugent.be>2015-10-13 11:27:04 +0200
committerNicolas Steenlant <nicolas.steenlant@ugent.be>2015-10-13 11:27:04 +0200
commit83432142ad4a6d860e5dbebfd7ef5573d23985a1 (patch)
treef6baad45ee5689f3445e21b0ba58c9f7ee075a6f /lib/Catmandu/Store/DBI/Handler/Pg.pm
parent9eb8ccd4aacc43f08884f86dbdfa46d112948f22 (diff)
0.0501
Diffstat (limited to 'lib/Catmandu/Store/DBI/Handler/Pg.pm')
-rw-r--r--lib/Catmandu/Store/DBI/Handler/Pg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Catmandu/Store/DBI/Handler/Pg.pm b/lib/Catmandu/Store/DBI/Handler/Pg.pm
index a321df2..68e7692 100644
--- a/lib/Catmandu/Store/DBI/Handler/Pg.pm
+++ b/lib/Catmandu/Store/DBI/Handler/Pg.pm
@@ -5,7 +5,7 @@ use DBD::Pg ();
use Moo;
use namespace::clean;
-our $VERSION = "0.05";
+our $VERSION = "0.0501";
with 'Catmandu::Store::DBI::Handler';