remove check for Linux to use Simple parse, use it on AIX also
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3816 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
011ff89139
commit
3b2164d292
@ -26,9 +26,7 @@ unless ($inet6support) {
|
||||
|
||||
|
||||
use XML::Simple;
|
||||
if ($^O =~ /^linux/i) {
|
||||
$XML::Simple::PREFERRED_PARSER='XML::Parser';
|
||||
}
|
||||
$XML::Simple::PREFERRED_PARSER='XML::Parser';
|
||||
require Data::Dumper;
|
||||
use Storable qw(dclone);
|
||||
my $xcathost='localhost:3001';
|
||||
|
Loading…
Reference in New Issue
Block a user