From d201df23d920e0f481895ce933f3c35fff708150 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 19 Aug 2018 11:16:46 +0200 Subject: Add search_path and find_archives integration tests Signed-off-by: Florian Pritz --- cpanfile | 1 + 1 file changed, 1 insertion(+) (limited to 'cpanfile') 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'; -- cgit v1.2.3-24-g4f1b