summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2016-10-28 13:48:16 +0000
committerLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2016-10-28 14:12:19 +0000
commit3dda2775b73b29ca72f3996eb5788124950f9e70 (patch)
tree0a02aeffbfee3392c1d38e79338291cfea7cd771 /cpanfile
parent546df459147cf5842724d88428794eaf296cb879 (diff)
Use DBIx::Class
For now this is a relatively quick-and-dirty transition, but this enables us to reuse ASM::DB from the website. Yay
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index a617fc0..876b0b3 100644
--- a/cpanfile
+++ b/cpanfile
@@ -21,5 +21,7 @@ requires 'URI::Escape', '3.31';
requires 'DBI', '1.63';
requires 'DBD::mysql', '4.025';
+requires 'DBIx::Class', '0.082840';
+requires 'DateTime::Format::MySQL', '0.06';
# vim: ft=perl