summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2016-10-30 10:11:11 +0000
committerLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2016-10-30 13:47:22 +0000
commitde9f3deabe35fcc0a09dd4c62b6c626ba4282447 (patch)
tree7820848df3adc72f93427369ef8704a7aae91fc1 /cpanfile
parent6b8fe391c6c2ea98da7d43593e52c1bcb6ba882f (diff)
Use DBIx::Class::DeploymentHandler
Fixes T5. Yay! We still need some documentation on this, though.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 876b0b3..eedbbdf 100644
--- a/cpanfile
+++ b/cpanfile
@@ -23,5 +23,8 @@ requires 'DBI', '1.63';
requires 'DBD::mysql', '4.025';
requires 'DBIx::Class', '0.082840';
requires 'DateTime::Format::MySQL', '0.06';
+requires 'DBIx::Class::PassphraseColumn', '0.02';
+requires 'Authen::Passphrase::BlowfishCrypt', '0.008';
+requires 'DBIx::Class::DeploymentHandler', '0.002218';
# vim: ft=perl