X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=gosa-si%2Fmodules%2FArpWatch.pm;h=e03bed4d0a30bd2635d57e7ef55bf04864a6a4ea;hb=850ef70d7d016480405e610bd698a4b0ffc8d6c7;hp=1b2f70a405baf99e0aa101c994dbe6f40577a4a4;hpb=ad247ef88c1c684fc6d94aeb236a357c20f50173;p=gosa.git diff --git a/gosa-si/modules/ArpWatch.pm b/gosa-si/modules/ArpWatch.pm index 1b2f70a40..e03bed4d0 100644 --- a/gosa-si/modules/ArpWatch.pm +++ b/gosa-si/modules/ArpWatch.pm @@ -3,7 +3,6 @@ package POE::Component::ArpWatch; use strict; use warnings; -use utf8; BEGIN{ eval('use POE'); @@ -172,6 +171,7 @@ sub _process_packet { sub _ipaddr { join( ".", unpack( "C4", pack( "N", oct( "0x". shift ) ) ) ) } sub _phys { join( ":", grep {length} split( /(..)/, shift ) ) } +# vim:ts=4:shiftwidth:expandtab 1; __END__