X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a259bc651939bff86642b07615515e9b8a91d9d3..61fe08d5f92e36e5e756c88e7a4dcee8a0c594a9:/SL/Watchdog.pm diff --git a/SL/Watchdog.pm b/SL/Watchdog.pm index 180d364c7..9c1a3b5fc 100644 --- a/SL/Watchdog.pm +++ b/SL/Watchdog.pm @@ -4,7 +4,9 @@ use Data::Dumper; require Tie::Hash; -@ISA = (Tie::StdHash); +our @ISA = qw(Tie::StdHash); + +use strict; my %watched_variables;