summaryrefslogtreecommitdiffstats
path: root/META.json
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 /META.json
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 'META.json')
-rw-r--r--META.json2
1 files changed, 2 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"
}
}