diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-04 16:13:41 -0800 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-04 16:13:41 -0800 |
| commit | a2cd4402abb21bd3091746b9260747b392c3d1a9 (patch) | |
| tree | 873e2dc8dc209940084f062b42bff141bda3589c | |
| parent | Fix syntax error in capsule.sh (diff) | |
| download | jitterbug-a2cd4402abb21bd3091746b9260747b392c3d1a9.tar.gz | |
Add App::perlbrew and Dist::Zilla as dependencies
Diffstat (limited to '')
| -rw-r--r-- | Build.PL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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', |
