diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-09-01 02:14:32 -0500 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-09-01 02:14:32 -0500 |
commit | 6be3ef603fefc5d04b506b17cbad140790698042 (patch) | |
tree | 75c60a074913d766ae1216f52ddbbf269a79aedd /sbocheck | |
parent | e0bfabea2f76f45f8bb1450221d0d10cbcc9a516 (diff) | |
download | sbotools-6be3ef603fefc5d04b506b17cbad140790698042.tar.xz |
more cleanups and fixes and such
Diffstat (limited to 'sbocheck')
-rwxr-xr-x | sbocheck | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -10,15 +10,11 @@ # 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 Text::Tabulate; -use warnings FATAL => 'all'; -use strict; - -my %config = %SBO::Lib::config; -my $self = basename ($0); my %options; getopts ('v',\%options); |