Build-Depend on SQL::Translator
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 17 May 2014 07:49:40 +0000 (10:49 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 17 May 2014 07:49:40 +0000 (10:49 +0300)
Makefile.PL

index 4e898d02378ea2c02a945083c89a275c57d1b9b9..ee3c03c5d857d1723f96aa5e02f5f3a87035869b 100644 (file)
@@ -25,7 +25,8 @@ WriteMakefile(
                   Sub::Name 0/,
        },
        BUILD_REQUIRES    => {
-               qw/DBD::SQLite 0/,
+               qw/DBD::SQLite 0
+                  SQL::Translator 0/,
        },
        META_MERGE        => {
                dynamic_config => 0,
This page took 0.011026 seconds and 4 git commands to generate.