aboutsummaryrefslogtreecommitdiff
path: root/sbofind
diff options
context:
space:
mode:
Diffstat (limited to 'sbofind')
-rwxr-xr-xsbofind6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbofind b/sbofind
index 16ad1b1..63ef7e9 100755
--- a/sbofind
+++ b/sbofind
@@ -10,13 +10,13 @@
# 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 strict;
-use warnings FATAL => 'all';
-my %config = %SBO::Lib::config;
+#my %config = %SBO::Lib::config;
my $self = basename ($0);
sub show_usage () {