summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-03-03 00:21:11 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-03-03 00:21:11 +0100
commitbc8bd4c00183228f675fda77e571d66671fcaca1 (patch)
tree37165d51998cb3f5c89815ec81ed054be3a814b3 /cpanfile
parent40b675d89f6842da2bac7d503ee4154d20abe412 (diff)
downloadApp-BorgRestore-bc8bd4c00183228f675fda77e571d66671fcaca1.tar.gz
App-BorgRestore-bc8bd4c00183228f675fda77e571d66671fcaca1.tar.xz
Add test deps to cpanfile
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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';
};