From 71da28a6df02ecff872ccd9de27d32e7941e7244 Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Sat, 25 May 2024 13:46:51 +0000 Subject: [PATCH] 57_SSCal: replace Smartmatch Forum:#137776 git-svn-id: https://svn.fhem.de/fhem/trunk@28906 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/57_SSCal.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/57_SSCal.pm b/fhem/FHEM/57_SSCal.pm index f86c60356..619d6f814 100644 --- a/fhem/FHEM/57_SSCal.pm +++ b/fhem/FHEM/57_SSCal.pm @@ -3,7 +3,7 @@ ######################################################################################################################### # 57_SSCal.pm # -# (c) 2019 - 2022 by Heiko Maaz +# (c) 2019 - 2024 by Heiko Maaz # e-mail: Heiko dot Maaz at t-online dot de # # This Module integrate the Synology Calendar into FHEM @@ -71,7 +71,6 @@ use HttpUtils; use Encode; use utf8; use Blocking; -no if $] >= 5.017011, warnings => 'experimental::smartmatch'; eval "use FHEM::Meta;1" or my $modMetaAbsent = 1; ## no critic 'eval' # no if $] >= 5.017011, warnings => 'experimental'; @@ -140,6 +139,7 @@ BEGIN { # Versions History intern my %vNotesIntern = ( + "2.4.11" => "25.05.2024 replace Smartmatch Forum:#137776 ", "2.4.10" => "16.07.2022 fix problem recurring MONTHLY appointment by day, ". "forum: https://forum.fhem.de/index.php/topic,106963.msg1228098.html#msg1228098 ", "2.4.9" => "11.07.2021 set adaption of AUTH for DSM7 compatibility ",