-Add missing yield use statement to copycds plugin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1953 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-07-28 18:32:22 +00:00
parent 9306134825
commit dcabd5cb6c

View File

@ -4,6 +4,7 @@ use strict;
use warnings;
use Storable qw(dclone);
use xCAT::Table;
use Thread qw(yield);
use Data::Dumper;
use Getopt::Long;
use File::Basename;