aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib/Pkgs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Pkgs.pm')
-rw-r--r--SBO-Lib/lib/SBO/Lib/Pkgs.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Pkgs.pm b/SBO-Lib/lib/SBO/Lib/Pkgs.pm
index ec1f182..7918240 100644
--- a/SBO-Lib/lib/SBO/Lib/Pkgs.pm
+++ b/SBO-Lib/lib/SBO/Lib/Pkgs.pm
@@ -7,8 +7,8 @@ use warnings;
our $VERSION = '2.0';
use SBO::Lib::Util qw/ %config script_error open_read version_cmp /;
-use SBO::Lib::Tree qw/ get_orig_version get_sbo_location get_sbo_locations is_local /;
-use SBO::Lib::Info qw/ get_sbo_version /;
+use SBO::Lib::Tree qw/ get_sbo_location get_sbo_locations is_local /;
+use SBO::Lib::Info qw/ get_orig_version get_sbo_version /;
use Exporter 'import';