mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 12:58:13 +00:00
11_OWDevice: suppress warnings for smartmatch
git-svn-id: https://svn.fhem.de/fhem/trunk@11015 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f08a0665b7
commit
7a3b6c2932
@ -27,9 +27,12 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
|
||||
use vars qw(%owdevice);
|
||||
|
||||
|
||||
|
||||
# 1-Wire devices (order by family code)
|
||||
# http://owfs.sourceforge.net/family.html
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user