summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
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 7218a16..063b3de 100644
--- a/Build.PL
+++ b/Build.PL
@@ -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',