From ee6184eb7979ab273119e1444b7856819a36f060 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 8 Sep 2018 15:53:15 +0200 Subject: Add TAP log adapter to all tests Signed-off-by: Florian Pritz --- t/handle_added_archives.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/handle_added_archives.t') diff --git a/t/handle_added_archives.t b/t/handle_added_archives.t index c2b8e78..01f8663 100644 --- a/t/handle_added_archives.t +++ b/t/handle_added_archives.t @@ -1,6 +1,7 @@ use strict; use warnings; +use Log::Any::Adapter ('TAP'); use POSIX qw(tzset); use Test::Differences; use Test::MockObject; -- cgit v1.2.3-24-g4f1b