mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
b2c5dbd178
commit
7d4e2a80a7
@ -3,7 +3,7 @@
|
|||||||
#########################################################################################################################
|
#########################################################################################################################
|
||||||
# 50_SSFile.pm
|
# 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
|
# e-mail: Heiko dot Maaz at t-online dot de
|
||||||
#
|
#
|
||||||
# This Module integrate the Synology File Station into FHEM
|
# This Module integrate the Synology File Station into FHEM
|
||||||
@ -74,7 +74,6 @@ use Encode;
|
|||||||
use Encode::Guess;
|
use Encode::Guess;
|
||||||
use File::Find;
|
use File::Find;
|
||||||
use File::Glob ':bsd_glob';
|
use File::Glob ':bsd_glob';
|
||||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
|
||||||
eval "use FHEM::Meta;1" or my $modMetaAbsent = 1; ## no critic 'eval'
|
eval "use FHEM::Meta;1" or my $modMetaAbsent = 1; ## no critic 'eval'
|
||||||
|
|
||||||
# no if $] >= 5.017011, warnings => 'experimental';
|
# no if $] >= 5.017011, warnings => 'experimental';
|
||||||
@ -145,6 +144,7 @@ BEGIN {
|
|||||||
|
|
||||||
# Versions History intern
|
# Versions History intern
|
||||||
my %vNotesIntern = (
|
my %vNotesIntern = (
|
||||||
|
"1.0.2" => "25.05.2024 replace Smartmatch Forum:#137776 ",
|
||||||
"1.0.1" => "18.07.2021 compatibility to DSM7 ",
|
"1.0.1" => "18.07.2021 compatibility to DSM7 ",
|
||||||
"1.0.0" => "25.05.2021 ready for check in ",
|
"1.0.0" => "25.05.2021 ready for check in ",
|
||||||
"0.8.1" => "24.05.2021 fix FHEM crash when malfomed JSON is received ".
|
"0.8.1" => "24.05.2021 fix FHEM crash when malfomed JSON is received ".
|
||||||
|
Loading…
Reference in New Issue
Block a user