summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 8eba902..b73c790 100644
--- a/cpanfile
+++ b/cpanfile
@@ -2,5 +2,7 @@ requires 'perl', '5.010000';
on 'test' => sub {
requires 'Test::More', '0.98';
+ requires 'Test::MockObject';
+ requires 'Test::Exception';
};