about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-02-22 01:48:40 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-02-22 01:48:40 -0800
commit68333dca0e888f0df13adb70dab3778a24a7f373 (patch)
tree1da6d1ad48931b0f4d3957b31978ccfc1c836630
parentOnly put the short commit message in email subjects (diff)
downloadjitterbug-68333dca0e888f0df13adb70dab3778a24a7f373.tar.gz
Declare DBIx::Class::DeploymentHandler as a dependency
-rw-r--r--Build.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 063b3de..926267d 100644
--- a/Build.PL
+++ b/Build.PL
@@ -29,6 +29,7 @@ my $builder = Module::Build->new(
         'App::perlbrew'            => 0,
         'Dist::Zilla'              => 0,
         'Email::Stuff'             => 0,
+        'DBIx::Class::DeploymentHandler' => 0,
     },
     add_to_cleanup      => [ 'jitterbug-' ],
     create_makefile_pl  => 'traditional',