add use strict

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5926 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-04-30 12:56:05 +00:00
parent e3150ae136
commit abc467fdc2

View File

@ -15,6 +15,7 @@ use lib "$::XCATROOT/lib/perl";
use Getopt::Long;
use xCAT::MsgUtils;
use xCAT::Utils;
use strict;
#-----------------------------------------------------------------------------