From 23bd81f4a6fb6ada73c4d1cc53ee891fc0cd160e Mon Sep 17 00:00:00 2001 From: yinle Date: Thu, 15 May 2014 06:39:26 -0700 Subject: [PATCH] minor fix --- xCAT-test/restapitest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/restapitest b/xCAT-test/restapitest index 997cd9c10..1e4fd4e09 100755 --- a/xCAT-test/restapitest +++ b/xCAT-test/restapitest @@ -30,7 +30,7 @@ BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : '/opt/xcat'; } -use Getopt::Long; +use Getopt::Long qw{:config bundling bundling no_ignore_case}; use Data::Dumper; use strict; my $help;