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 ++ cpanfile | 2 ++ 2 files changed, 4 insertions(+) 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'; }; -- cgit v1.2.3-24-g4f1b