chnage require@ISA to use base

This commit is contained in:
2022-01-02 06:42:49 +01:00
parent ef650b2d4b
commit 35a4f60a53
9 changed files with 41 additions and 16 deletions

View File

@ -47,7 +47,9 @@ use utf8;
use FHEM::Automation::ShuttersControl::Helper qw (:ALL);
require Exporter;
our @ISA = qw(Exporter);
use base qw(Exporter);
# our @ISA = qw(Exporter);
our @EXPORT_OK = qw(
RainProcessing
);