aboutsummaryrefslogtreecommitdiff
path: root/sbosnap
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-09-01 02:14:32 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-09-01 02:14:32 -0500
commit6be3ef603fefc5d04b506b17cbad140790698042 (patch)
tree75c60a074913d766ae1216f52ddbbf269a79aedd /sbosnap
parente0bfabea2f76f45f8bb1450221d0d10cbcc9a516 (diff)
downloadsbotools-6be3ef603fefc5d04b506b17cbad140790698042.tar.xz
more cleanups and fixes and such
Diffstat (limited to 'sbosnap')
-rwxr-xr-xsbosnap6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbosnap b/sbosnap
index 076cfb9..d17b8c7 100755
--- a/sbosnap
+++ b/sbosnap
@@ -13,13 +13,13 @@
# .01: initial creation.
use 5.16.0;
+use strict;
+use warnings FATAL => 'all';
use SBO::Lib;
use File::Basename;
use Getopt::Std;
-use warnings FATAL => 'all';
-use strict;
-my %config = %SBO::Lib::config;
+#my %config = %SBO::Lib::config;
my $sbo_home = $config{SBO_HOME};
my $self = basename ($0);