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:
@@ -60,9 +60,6 @@ sub JsonMod_Initialize {
|
|||||||
#$hash->{'NotifyOrderPrefix'} = "50-";
|
#$hash->{'NotifyOrderPrefix'} = "50-";
|
||||||
$hash->{'AttrList'} = join(' ', @attrList)." $readingFnAttributes ";
|
$hash->{'AttrList'} = join(' ', @attrList)." $readingFnAttributes ";
|
||||||
|
|
||||||
print "version1 $] \n" if ($] >= 5.22);
|
|
||||||
print "version2 $] \n" if ($] >= 5.28);
|
|
||||||
|
|
||||||
return undef;
|
return undef;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user