From a78132c113a3dddea24ddddc43b5723f272911c1 Mon Sep 17 00:00:00 2001 From: sakolish Date: Wed, 2 Apr 2008 15:16:10 +0000 Subject: [PATCH] Changed EXPORT - Line #25 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@967 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/PPCcli.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-xCAT-2.0/xCAT/PPCcli.pm b/perl-xCAT-2.0/xCAT/PPCcli.pm index 7b46079be..c501f2e69 100644 --- a/perl-xCAT-2.0/xCAT/PPCcli.pm +++ b/perl-xCAT-2.0/xCAT/PPCcli.pm @@ -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;