Changed EXPORT - Line #25

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@967 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-04-02 15:16:10 +00:00
parent 6a829320f0
commit a78132c113

View File

@ -1,10 +1,10 @@
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
package xCAT::PPCcli;
require Exporter;
@ISA = qw(Exporter);
@EXPORT_OK = qw(SUCCESS RC_ERROR EXPECT_ERROR NR_ERROR);
use strict;
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(SUCCESS RC_ERROR EXPECT_ERROR NR_ERROR);
use xCAT::PPCdb;
use Expect;