diff --git a/fhem/CHANGED b/fhem/CHANGED index 1a575ba65..1b32400aa 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 70_Klafs: package main was removed from source code - bugfix: 31_LightScene: fixes for configDB (by Beta-User) - change: 93_DbRep: reduce memory allocation of reduceLog command - change: 88_HMCCU: Bug fixes and improvements diff --git a/fhem/FHEM/70_Klafs.pm b/fhem/FHEM/70_Klafs.pm index 7084088fb..2d31106e6 100644 --- a/fhem/FHEM/70_Klafs.pm +++ b/fhem/FHEM/70_Klafs.pm @@ -21,12 +21,10 @@ # Forum: https://forum.fhem.de/index.php?topic=127701 # ############################################################################## -package main; +package FHEM::Klafs; use strict; use warnings; -package FHEM::Klafs; - sub ::Klafs_Initialize { goto &Initialize } use Carp qw(carp);