From f9f111fd088083b58ccb95ee3f5ce4fe87f3a646 Mon Sep 17 00:00:00 2001 From: yinle Date: Thu, 15 May 2014 06:45:50 -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..1e0682fc2 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 no_ignore_case}; use Data::Dumper; use strict; my $help;