2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

50_SSFile: replace Smartmatch Forum:#137776

git-svn-id: https://svn.fhem.de/fhem/trunk@28907 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2024-05-25 13:50:52 +00:00
parent b2c5dbd178
commit 7d4e2a80a7

View File

@ -3,7 +3,7 @@
#########################################################################################################################
# 50_SSFile.pm
#
# (c) 2020-2021 by Heiko Maaz
# (c) 2020-2024 by Heiko Maaz
# e-mail: Heiko dot Maaz at t-online dot de
#
# This Module integrate the Synology File Station into FHEM
@ -74,7 +74,6 @@ use Encode;
use Encode::Guess;
use File::Find;
use File::Glob ':bsd_glob';
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';
@ -145,6 +144,7 @@ BEGIN {
# Versions History intern
my %vNotesIntern = (
"1.0.2" => "25.05.2024 replace Smartmatch Forum:#137776 ",
"1.0.1" => "18.07.2021 compatibility to DSM7 ",
"1.0.0" => "25.05.2021 ready for check in ",
"0.8.1" => "24.05.2021 fix FHEM crash when malfomed JSON is received ".