From: janw Date: Mon, 28 Jan 2008 14:39:48 +0000 (+0000) Subject: Fixed import. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9942b3a69b59c25e5da6080e6e81e0f54471229f;p=gosa.git Fixed import. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8622 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/modules/ArpWatch.pm b/gosa-si/modules/ArpWatch.pm index 1db2a78af..95532cb97 100644 --- a/gosa-si/modules/ArpWatch.pm +++ b/gosa-si/modules/ArpWatch.pm @@ -5,7 +5,7 @@ use strict; use POE; -use Pcap; +use POE::Component::Pcap; use NetPacket::Ethernet qw( :types ); use NetPacket::ARP qw( :opcodes );