summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-03-14 22:37:24 -0400
committerJonathan "Duke" Leto <jonathan@leto.net>2011-03-14 22:37:24 -0400
commitdeabd8bb0e3a09497d464e098929a3aa26931324 (patch)
tree0913f3ae9263e600d5a5b646c8bb857feee8ad37
parentAdd on_failure_to_email and on_pass_to_email config keys (diff)
downloadjitterbug-deabd8bb0e3a09497d464e098929a3aa26931324.tar.gz
Add a dep on DateTime::Format::SQLite
Diffstat (limited to '')
-rw-r--r--Build.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 926267d..10991a6 100644
--- a/Build.PL
+++ b/Build.PL
@@ -24,6 +24,7 @@ my $builder = Module::Build->new(
'Dancer::Template::Xslate' => 0,
'Dancer::Plugin::DBIC' => 0,
'DBIx::Class' => 0,
+ 'DateTime::Format::SQLite' => 0,
'SQL::Translator' => 0,
'Digest::MD5' => 0,
'App::perlbrew' => 0,