From: Marius Gavrilescu Date: Sat, 17 May 2014 07:49:40 +0000 (+0300) Subject: Build-Depend on SQL::Translator X-Git-Tag: 5999.000_004~1 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=commitdiff_plain;h=5a55c2242bb51e445f836a757ea9cf291c50c011 Build-Depend on SQL::Translator --- diff --git a/Makefile.PL b/Makefile.PL index 4e898d0..ee3c03c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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,