Merge branch 'b-3.6.1' into mebil
[kivitendo-erp.git] / SL / Watchdog.pm
index 180d364..9c1a3b5 100644 (file)
@@ -4,7 +4,9 @@ use Data::Dumper;
 
 require Tie::Hash;
 
-@ISA = (Tie::StdHash);
+our @ISA = qw(Tie::StdHash);
+
+use strict;
 
 my %watched_variables;