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/helper/untaint.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/helper') diff --git a/t/helper/untaint.t b/t/helper/untaint.t index f9d8a9c..73b2c2b 100644 --- a/t/helper/untaint.t +++ b/t/helper/untaint.t @@ -1,6 +1,7 @@ use strict; use warnings; +use Log::Any::Adapter ('TAP'); use Test::More; use Test::Exception; -- cgit v1.2.3-24-g4f1b