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:22:48 +0200
committerNicolas Steenlant <nicolas.steenlant@ugent.be>2015-10-13 11:22:48 +0200
commit9eb8ccd4aacc43f08884f86dbdfa46d112948f22 (patch)
tree706b460fbba6537a42aec72ec1c7b0b28c696b3c /lib/Catmandu/Store/DBI/Handler/Pg.pm
parentd0b524535ee49c60ab523974442c4972ab30188d (diff)
shallow copy default mapping; VERSION everywhere
Diffstat (limited to 'lib/Catmandu/Store/DBI/Handler/Pg.pm')
-rw-r--r--lib/Catmandu/Store/DBI/Handler/Pg.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Catmandu/Store/DBI/Handler/Pg.pm b/lib/Catmandu/Store/DBI/Handler/Pg.pm
index 84062d9..a321df2 100644
--- a/lib/Catmandu/Store/DBI/Handler/Pg.pm
+++ b/lib/Catmandu/Store/DBI/Handler/Pg.pm
@@ -5,6 +5,8 @@ use DBD::Pg ();
use Moo;
use namespace::clean;
+our $VERSION = "0.05";
+
with 'Catmandu::Store::DBI::Handler';
sub _column_sql {