From 069785ed98403196beadc7335704f85fa04c1d73 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 18 Jul 2008 22:24:06 +0000 Subject: [PATCH] -Add strict to conserver plugin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1905 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/conserver.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/conserver.pm b/xCAT-server/lib/xcat/plugins/conserver.pm index abcc6107c..38a47aa08 100644 --- a/xCAT-server/lib/xcat/plugins/conserver.pm +++ b/xCAT-server/lib/xcat/plugins/conserver.pm @@ -1,6 +1,7 @@ # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html #TODO: delete entries not being refreshed if no noderange package xCAT_plugin::conserver; +use strict; use xCAT::Table; use xCAT::Utils; use Getopt::Long;