aboutsummaryrefslogtreecommitdiff
path: root/sboinstall
diff options
context:
space:
mode:
Diffstat (limited to 'sboinstall')
-rwxr-xr-xsboinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/sboinstall b/sboinstall
index f54a758..5216345 100755
--- a/sboinstall
+++ b/sboinstall
@@ -10,11 +10,11 @@
# license: WTFPL <http://sam.zoy.org/wtfpl/COPYING>
use 5.12.3;
+use strict;
+use warnings FATAL => 'all';
use SBO::Lib;
use Getopt::Std;
use File::Basename;
-use strict;
-use warnings FATAL => 'all';
my $self = basename ($0);