From: opensides Date: Sat, 27 Mar 2010 23:35:37 +0000 (+0000) Subject: - Corrected stricture problem X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=17ff65b0dc935e3b70cb34619605fc3502d4882a;p=gosa.git - Corrected stricture problem git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17320 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/modules/ArpHandler.pm b/gosa-si/modules/ArpHandler.pm index 210e95654..bed05ab3b 100644 --- a/gosa-si/modules/ArpHandler.pm +++ b/gosa-si/modules/ArpHandler.pm @@ -1,10 +1,11 @@ package ArpHandler; -use Exporter; -@ISA = ("Exporter"); + use strict; use warnings; + +use Exporter; use GOSA::GosaSupportDaemon; use POSIX; use Fcntl; @@ -16,6 +17,8 @@ use Switch; use Data::Dumper; use Socket; +@ISA = ("Exporter"); + # Don't start if some of the modules are missing my $start_service=1; my $lookup_vendor=1;