diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-19 13:04:42 -0800 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-19 13:04:42 -0800 |
| commit | 05c0a17eabb8cb52535ca1ae30fcf8ce0906f5c3 (patch) | |
| tree | 7a782c216051e366c215ad902571d34cf2939a17 /Build.PL | |
| parent | Attempt to fix the mangled build failure email bug (diff) | |
| parent | Fix a jitterbug::Emailer test (diff) | |
| download | jitterbug-05c0a17eabb8cb52535ca1ae30fcf8ce0906f5c3.tar.gz | |
Merge branch 'refactor_builder'
Conflicts:
config.yml
lib/jitterbug/Builder.pm
scripts/build-failed.sh
Diffstat (limited to 'Build.PL')
| -rw-r--r-- | Build.PL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,7 @@ my $builder = Module::Build->new( include_dirs => '', build_requires => { 'Test::Most' => 0, + 'Test::MockObject'=> 0, }, requires => { 'YAML' => 0, @@ -27,6 +28,7 @@ my $builder = Module::Build->new( 'Digest::MD5' => 0, 'App::perlbrew' => 0, 'Dist::Zilla' => 0, + 'Email::Stuff' => 0, }, add_to_cleanup => [ 'jitterbug-' ], create_makefile_pl => 'traditional', |
