diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-31 00:23:57 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-31 00:23:57 +0200 |
commit | dede08ddd30eb0c8500bace9d9ee2750b32802ee (patch) | |
tree | 15ecf6c6a629df8c427c10b31c0834e273fee906 | |
parent | 3fca4ebe361e06994fd5fd9a5b858980aa3a3465 (diff) | |
download | sbotools2-dede08ddd30eb0c8500bace9d9ee2750b32802ee.tar.xz |
sboinstall: alphabetise use imports
-rwxr-xr-x | sboinstall | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ use 5.16.0; use strict; use warnings FATAL => 'all'; -use SBO::Lib qw/ usage_error slackbuilds_or_fetch get_build_queue merge_queues get_sbo_locations get_installed_packages get_installed_cpans get_sbo_location user_prompt process_sbos print_failures %config get_arch show_version /; +use SBO::Lib qw/ %config get_arch get_build_queue get_installed_cpans get_installed_packages get_sbo_location get_sbo_locations merge_queues print_failures process_sbos show_version slackbuilds_or_fetch usage_error user_prompt /; use Getopt::Long qw(:config bundling); use File::Basename; |