diff options
Diffstat (limited to 'sboclean')
-rwxr-xr-x | sboclean | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 () { |