From 09f875de931cf1fe26db786c9159b661e326987b Mon Sep 17 00:00:00 2001 From: Joe R Date: Fri, 17 Jun 2022 18:41:11 -0400 Subject: [PATCH] Cleaned up run-tests.pl --- run-tests.pl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/run-tests.pl b/run-tests.pl index eba6bbaf..5b1627fc 100644 --- a/run-tests.pl +++ b/run-tests.pl @@ -4,13 +4,13 @@ use strict; use warnings; use autodie; -use Cwd (); -use File::Spec (); -use File::Copy qw/ copy /; -use File::Path qw/ mkpath /; -use Getopt::Long qw/ GetOptions /; -use Env::Path (); -use Path::Tiny qw/ path /; +use Cwd (); +use File::Spec (); +use File::Copy qw/ copy /; +use File::Path qw/ mkpath /; +use Getopt::Long qw/ GetOptions /; +use Env::Path (); +use Path::Tiny qw/ path /; use File::Basename qw/ basename dirname /; my $bindir = dirname(__FILE__);