mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
HP1000: fix Smartmatch warning
git-svn-id: https://svn.fhem.de/fhem/trunk@16961 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4b5bad61ad
commit
4ecbd3d93f
@ -3,6 +3,7 @@
|
||||
package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
use Data::Dumper;
|
||||
use Time::Local;
|
||||
use Encode qw(encode_utf8 decode_utf8);
|
||||
@ -11,6 +12,7 @@ use List::Util qw(sum);
|
||||
use HttpUtils;
|
||||
use Unit;
|
||||
|
||||
|
||||
# module hashes ###############################################################
|
||||
my %HP1000_pwsMapping = (
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user