about summary refs log tree commit diff
path: root/Build.PL
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-04 16:13:41 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-04 16:13:41 -0800
commita2cd4402abb21bd3091746b9260747b392c3d1a9 (patch)
tree873e2dc8dc209940084f062b42bff141bda3589c /Build.PL
parentFix syntax error in capsule.sh (diff)
downloadjitterbug-a2cd4402abb21bd3091746b9260747b392c3d1a9.tar.gz
Add App::perlbrew and Dist::Zilla as dependencies
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index d00ce57..24d396d 100644
--- a/Build.PL
+++ b/Build.PL
@@ -25,6 +25,8 @@ my $builder = Module::Build->new(
         'DBIx::Class'              => 0,
         'SQL::Translator'          => 0,
         'Digest::MD5'              => 0,
+        'App::perlbrew'            => 0,
+        'Dist::Zilla'              => 0,
     },
     add_to_cleanup      => [ 'jitterbug-' ],
     create_makefile_pl  => 'traditional',