From bc8bd4c00183228f675fda77e571d66671fcaca1 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 3 Mar 2017 00:21:11 +0100 Subject: Add test deps to cpanfile Signed-off-by: Florian Pritz --- META.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'META.json') 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" } } -- cgit v1.2.3-24-g4f1b