From 9eb86ec4cf83a23cac36adf5289bd65bef1b5b37 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Sun, 28 Aug 2016 16:12:28 +0200 Subject: 01-unit.t: rearrange use SBO::Lib line to import subs alphabetically --- t/01-unit.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/01-unit.t b/t/01-unit.t index 9c21d1d..3e973aa 100755 --- a/t/01-unit.t +++ b/t/01-unit.t @@ -6,7 +6,7 @@ use Test::More; use Test::Exit; use FindBin '$RealBin'; use lib "$RealBin/../SBO-Lib/lib"; -use SBO::Lib qw/ check_multilib script_error usage_error open_fh %config indent get_installed_packages get_sbo_location get_sbo_locations get_local_outdated_versions get_readme_contents user_prompt /; +use SBO::Lib qw/ %config check_multilib get_installed_packages get_local_outdated_versions get_readme_contents get_sbo_location get_sbo_locations indent open_fh script_error usage_error user_prompt /; use Capture::Tiny qw/ capture_merged /; use File::Temp 'tempdir'; use Cwd; -- cgit v1.2.3