summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2017-05-08 02:36:06 +0000
committerLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2017-05-08 02:36:06 +0000
commitf91039f7bee00876022107e015c07879e15638d4 (patch)
tree05429b3ead3fc7bd8c6be9ee657c74b84fed7551 /cpanfile
parent7342c7f0e19e15ab3c7ba2133a56393c15989f08 (diff)
cpanfile: need DBIx::Class::Schema::Loader
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index a01c954..a85997f 100644
--- a/cpanfile
+++ b/cpanfile
@@ -25,5 +25,6 @@ requires 'DateTime::Format::MySQL', '0.06';
requires 'DBIx::Class::PassphraseColumn', '0.02';
requires 'Authen::Passphrase::BlowfishCrypt', '0.008';
requires 'DBIx::Class::DeploymentHandler', '0.002218';
+requires 'DBIx::Class::Schema::Loader', '0.07046';
# vim: ft=perl