summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--META.json2
-rw-r--r--cpanfile2
2 files changed, 4 insertions, 0 deletions
diff --git a/META.json b/META.json
index 1e50a22..4bcfd27 100644
--- a/META.json
+++ b/META.json
@@ -47,6 +47,8 @@
},
"test" : {
"requires" : {
+ "Test::Exception" : "0",
+ "Test::MockObject" : "0",
"Test::More" : "0.98"
}
}
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';
};