about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-12 13:32:36 -0500
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-12 13:32:36 -0500
commit83d87bb186b79f45beaf6380c78ba7b40e8acf57 (patch)
tree2c36d2272c5a08ab48fa0feca967f4ee956def34
parentFix some bugs in jitterbug::Emailer and add mocked test data (diff)
downloadjitterbug-83d87bb186b79f45beaf6380c78ba7b40e8acf57.tar.gz
Add Test::MockObject as a dep
-rw-r--r--Build.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 62f0cb4..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,