diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-09-22 01:51:39 -0500 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-09-22 01:51:39 -0500 |
commit | 219a887dcff47554df6956044e9e1dd6e86424c0 (patch) | |
tree | 7649166660b1717a0c94f3684fe66c0bcce46420 | |
parent | ed68a74124e1ce37c0e8c4e9c0b2db08eff4e336 (diff) | |
download | sbotools2-219a887dcff47554df6956044e9e1dd6e86424c0.tar.xz |
sboconfig, removed inappropriate bundling option...
-rwxr-xr-x | sboconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ use strict; use warnings FATAL => 'all'; use SBO::Lib; use File::Basename; -use Getopt::Long qw(:config bundling); +use Getopt::Long; use File::Copy; use File::Path qw(make_path); use File::Temp qw(tempfile);; |