commit 219a887dcff47554df6956044e9e1dd6e86424c0
parent ed68a74124e1ce37c0e8c4e9c0b2db08eff4e336
Author: Jacob Pipkin <j@dawnrazor.net>
Date: Sat, 22 Sep 2012 01:51:39 -0500
sboconfig, removed inappropriate bundling option...
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sboconfig b/sboconfig
@@ -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);;