From 97b186c0a046fc89ca30ae4c9f59ddd4cea7480a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 18 Jan 2011 14:19:57 +0000 Subject: [PATCH] -Fix erroneous use statement git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8695 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/xcoll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/xcoll b/xCAT-client/bin/xcoll index f720b0062..f1cb27cb9 100755 --- a/xCAT-client/bin/xcoll +++ b/xCAT-client/bin/xcoll @@ -4,7 +4,7 @@ BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/o use lib "$::XCATROOT/lib/perl"; use Data::Dumper; use xCAT::Client; -use Getopt:Long; +use Getopt::Long; use strict; my %output;