From f7832796f24a5e31cfae484e86ecd676f75a8757 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 21 Jul 2010 14:13:12 +0000 Subject: [PATCH] -Put missing use into Utils in support of UUIDv5 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6813 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- 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 56ecb8bd8..be032cf17 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -23,6 +23,7 @@ use File::Path; use Socket; use strict; use Symbol; +use Digest::SHA1 qw/sha1/; use IPC::Open3; use warnings "all"; require xCAT::InstUtils;