From e10d489f915c5b923a8fd6a8ee6cb2974d73a63f Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Fri, 12 Feb 2016 19:09:44 +0100 Subject: Missed %config in sboclean import list from SBO::Lib --- sboclean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sboclean b/sboclean index 6a52450..aec026c 100755 --- a/sboclean +++ b/sboclean @@ -13,7 +13,7 @@ use 5.16.0; use strict; use warnings FATAL => 'all'; -use SBO::Lib qw/ usage_error script_error in show_version /; +use SBO::Lib qw/ usage_error script_error in show_version %config /; use File::Basename; use Getopt::Long qw(:config bundling); use File::Path qw(remove_tree); -- cgit v1.2.3