Code

Fixed import.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 28 Jan 2008 14:39:48 +0000 (14:39 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 28 Jan 2008 14:39:48 +0000 (14:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8622 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/modules/ArpWatch.pm

index 1db2a78afe1006ed9dc0944c3370630276d9a738..95532cb9734a15faa9fdc38bb31f907520516b54 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 
 use POE;
 
-use Pcap;
+use POE::Component::Pcap;
 
 use NetPacket::Ethernet qw( :types );
 use NetPacket::ARP qw( :opcodes );