From cdca546fb5bfcfe368cb0d0d99972ebcd3655c9a Mon Sep 17 00:00:00 2001 From: hofrichter <> Date: Sun, 29 Nov 2015 16:29:49 +0000 Subject: [PATCH] 70_PIONEERAVR.pm: suppressed Smartmatch is experimental warnings git-svn-id: https://svn.fhem.de/fhem/trunk@10052 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 4 ++-- fhem/FHEM/70_PIONEERAVR.pm | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index f28211307..0a7b1c75c 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,7 +1,7 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. - - feature: 30_pilight_temp add attributes offsetTemp and offsetHumidity to correct temperature and humidity - - changed: PRESENCE/collectord: new collectord-1.5.deb package released + - bugfix: 70_PIONEERAVR: suppressed Smartmatch is experimental warnings + - feature: 30_pilight_temp add attributes offsetTemp and offsetHumidity to correct temperature and humidity - changed: PRESENCE/collectord: new collectord-1.5.deb package released - changed: YAMAHA_BD: added HTTP request queue, send only one request at the same time. This increases command reliability and response behaviour of the player. diff --git a/fhem/FHEM/70_PIONEERAVR.pm b/fhem/FHEM/70_PIONEERAVR.pm index 5fa31ff21..cd975a62c 100644 --- a/fhem/FHEM/70_PIONEERAVR.pm +++ b/fhem/FHEM/70_PIONEERAVR.pm @@ -55,6 +55,8 @@ if( $^O =~ /Win/ ) { require Device::SerialPort; } +no if $] >= 5.017011, warnings => 'experimental::smartmatch'; + ######################### # Forward declaration sub PIONEERAVR_Set($@);