X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a259bc651939bff86642b07615515e9b8a91d9d3..5a55ac869e35f61a8ae018d0e54b4fe6dc89c6a7:/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;