diff options
author | J Pipkin <j@dawnrazor.net> | 2012-09-08 12:51:59 -0500 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-09-08 12:51:59 -0500 |
commit | cbc9ba46946b54e1a6e3aa71e317079fe23153e8 (patch) | |
tree | a471e6af742e2bffd6e37186760d2c7e0e072c12 | |
parent | 5c029fef2d700afbcc72cac03b6a8b956b2fcc80 (diff) | |
download | sbotools2-cbc9ba46946b54e1a6e3aa71e317079fe23153e8.tar.xz |
removed bundling from sbocheck since it doesn't make sense there
-rwxr-xr-x | sbocheck | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ use 5.12.3; use strict; use warnings FATAL => 'all'; use SBO::Lib; -use Getopt::Long qw(:config bundling); +use Getopt::Long qw(:config); use Text::Tabulate; my $vers; |