70_PIONEERAVR.pm: suppressed Smartmatch is experimental warnings

git-svn-id: https://svn.fhem.de/fhem/trunk@10052 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hofrichter 2015-11-29 16:29:49 +00:00
parent 565ae41de9
commit cdca546fb5
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # 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. # 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 - bugfix: 70_PIONEERAVR: suppressed Smartmatch is experimental warnings
- changed: PRESENCE/collectord: new collectord-1.5.deb package released - 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 - changed: YAMAHA_BD: added HTTP request queue, send only one request at the
same time. This increases command reliability and response behaviour of same time. This increases command reliability and response behaviour of
the player. the player.

View File

@ -55,6 +55,8 @@ if( $^O =~ /Win/ ) {
require Device::SerialPort; require Device::SerialPort;
} }
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
######################### #########################
# Forward declaration # Forward declaration
sub PIONEERAVR_Set($@); sub PIONEERAVR_Set($@);