summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 64217f4..0229b16 100644
--- a/cpanfile
+++ b/cpanfile
@@ -27,6 +27,7 @@ on configure => sub {
};
on 'test' => sub {
+ requires 'Log::Any::Adapter::TAP';
requires 'Test::Differences';
requires 'Test::Exception';
requires 'Test::MockObject';