summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-10 20:53:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-10 20:53:04 -0700
commit0e8636ba575c0125437d445d56bab18c393fb331 (patch)
treedb77426f3831c5a5f7e93ebe77c834dd57a22b0e
parent206d931f5087d9c0c6df99086b9e4b16bf61a432 (diff)
downloadp5-Git-Annex-0e8636ba575c0125437d445d56bab18c393fb331.tar.gz
separate imports
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--t/lib/t/Util.pm1
1 files changed, 1 insertions, 0 deletions
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;