diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-11 16:39:51 -0500 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-11 16:39:51 -0500 |
| commit | b3a31c9d5ac670a7e04602bb8e7e4e3018535e35 (patch) | |
| tree | 85b08ee55182c26f35291d0ab758ec4570d9d367 /Build.PL | |
| parent | Make build failure email more useful by including TAP output (diff) | |
| download | jitterbug-b3a31c9d5ac670a7e04602bb8e7e4e3018535e35.tar.gz | |
Make failure email more customizable, start new jitterbug::Emailer in perl
Diffstat (limited to 'Build.PL')
| -rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,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', |
