mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 01:14:19 +00:00
98_JsonMod.pm: fix unknown warning category for perl < 5.22 cleanup
git-svn-id: https://svn.fhem.de/fhem/trunk@21487 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
63279810a1
commit
237a034061
@ -60,9 +60,6 @@ sub JsonMod_Initialize {
|
||||
#$hash->{'NotifyOrderPrefix'} = "50-";
|
||||
$hash->{'AttrList'} = join(' ', @attrList)." $readingFnAttributes ";
|
||||
|
||||
print "version1 $] \n" if ($] >= 5.22);
|
||||
print "version2 $] \n" if ($] >= 5.28);
|
||||
|
||||
return undef;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user