diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-28 16:12:28 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-28 16:12:28 +0200 |
commit | 9eb86ec4cf83a23cac36adf5289bd65bef1b5b37 (patch) | |
tree | 535b4b18a58d8052cd1c1d1ea1b6a6ab1adcf198 | |
parent | 5a7e9792521369e929d8957bebe17abb4026505d (diff) | |
download | sbotools2-9eb86ec4cf83a23cac36adf5289bd65bef1b5b37.tar.xz |
01-unit.t: rearrange use SBO::Lib line to import subs alphabetically
-rwxr-xr-x | t/01-unit.t | 2 |
1 files changed, 1 insertions, 1 deletions
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; |