sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit cbc9ba46946b54e1a6e3aa71e317079fe23153e8
parent 5c029fef2d700afbcc72cac03b6a8b956b2fcc80
Author: J Pipkin <j@dawnrazor.net>
Date:   Sat,  8 Sep 2012 12:51:59 -0500

removed bundling from sbocheck since it doesn't make sense there

Diffstat:
Msbocheck | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbocheck b/sbocheck @@ -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;