diff options
Diffstat (limited to 'sbocheck')
-rwxr-xr-x | sbocheck | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ use 5.16.0; use strict; use warnings FATAL => 'all'; -use SBO::Lib; +use SBO::Lib qw/ update_tree get_available_updates script_error open_fh /; use Getopt::Long; use File::Basename; use List::Util 'max'; |