From 0e8636ba575c0125437d445d56bab18c393fb331 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 10 Feb 2020 20:53:04 -0700 Subject: separate imports Signed-off-by: Sean Whitton --- t/lib/t/Util.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/t/lib/t/Util.pm b/t/lib/t/Util.pm index d72e7b0..350dfeb 100644 --- a/t/lib/t/Util.pm +++ b/t/lib/t/Util.pm @@ -4,6 +4,7 @@ use 5.028; use strict; use warnings; use parent 'Exporter'; + use File::Slurp; use File::Spec::Functions qw(rel2abs); use File::chdir; -- cgit v1.2.3