Have SvrUtils optionally export sendmsg on request

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12199 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-04-11 14:00:07 +00:00
parent 9d9d849cc3
commit e4712c5a5b

View File

@ -13,6 +13,10 @@ require xCAT::NetworkUtils;
use File::Basename;
use strict;
use Exporter;
our @ISA = qw/Exporter/;
our @EXPORT_OK = qw/sendmsg/;
#-------------------------------------------------------------------------------