From 8a2f7bc6174f44b3c27cbbd5b7c7c3b558641228 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 2 Jun 2014 12:57:32 -0400 Subject: [PATCH] force a build --- perl-xCAT/xCAT/Utils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index e660b1da4..f9f454b10 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -16,6 +16,7 @@ if ($^O =~ /^aix/i) { use lib "$::XCATROOT/lib/perl"; # do not put a use or require for xCAT::Table here. Add to each new routine # needing it to avoid reprocessing of user tables ( ExtTab.pm) for each command call +# use POSIX qw(ceil); use File::Path; use Socket;