From 68333dca0e888f0df13adb70dab3778a24a7f373 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Tue, 22 Feb 2011 01:48:40 -0800 Subject: Declare DBIx::Class::DeploymentHandler as a dependency --- Build.PL | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3