aboutsummaryrefslogtreecommitdiff
path: root/sboclean
diff options
context:
space:
mode:
Diffstat (limited to 'sboclean')
-rwxr-xr-xsboclean6
1 files changed, 3 insertions, 3 deletions
diff --git a/sboclean b/sboclean
index 558272b..d85b7bc 100755
--- a/sboclean
+++ b/sboclean
@@ -10,14 +10,14 @@
# license: WTFPL <http://sam.zoy.org/wtfpl/COPYING>
use 5.16.0;
+use strict;
+use warnings FATAL => 'all';
use SBO::Lib;
use File::Basename;
use Getopt::Std;
use File::Path qw(remove_tree);
-use strict;
-use warnings FATAL => 'all';
-my %config = %SBO::Lib::config;
+#my %config = %SBO::Lib::config;
my $self = basename ($0);
sub show_usage () {