From 5a55c2242bb51e445f836a757ea9cf291c50c011 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 17 May 2014 10:49:40 +0300 Subject: [PATCH] Build-Depend on SQL::Translator --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.30.2