Code

Forgot braces.
[gosa.git] / gosa-si / modules / ArpWatch.pm
index 6487ef1013ea832eacd3a49053cbf71137a6e026..1b2f70a405baf99e0aa101c994dbe6f40577a4a4 100644 (file)
@@ -3,6 +3,7 @@ package POE::Component::ArpWatch;
 
 use strict;
 use warnings;
+use utf8;
 
 BEGIN{
        eval('use POE');