mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 22:26:04 +00:00
fixed: experimental warnings
git-svn-id: https://svn.fhem.de/fhem/trunk@8677 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9cf2a8a939
commit
78ce8aa635
@ -39,6 +39,8 @@ use XML::Simple;
|
|||||||
use HttpUtils;
|
use HttpUtils;
|
||||||
require LWP::UserAgent;
|
require LWP::UserAgent;
|
||||||
|
|
||||||
|
no if $] >= 5.017011, warnings => 'experimental';
|
||||||
|
|
||||||
my ($bulaList, $cmapList, %rmapList, $fmapList, %bula2bulaShort, %bulaShort2dwd, %dwd2Dir, %dwd2Name,
|
my ($bulaList, $cmapList, %rmapList, $fmapList, %bula2bulaShort, %bulaShort2dwd, %dwd2Dir, %dwd2Name,
|
||||||
$alertsXml, %capCityHash, %capCellHash, $sList, $aList);
|
$alertsXml, %capCityHash, %capCellHash, $sList, $aList);
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ my @valid_halign = qw(start middle end);
|
|||||||
|
|
||||||
my $useImgTools = 1;
|
my $useImgTools = 1;
|
||||||
|
|
||||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
no if $] >= 5.017011, warnings => 'experimental';
|
||||||
|
|
||||||
sub btIP_Define;
|
sub btIP_Define;
|
||||||
sub btIP_Undef;
|
sub btIP_Undef;
|
||||||
|
@ -74,6 +74,8 @@ use XML::Simple;
|
|||||||
eval {require JSON};
|
eval {require JSON};
|
||||||
use feature qw/say switch/;
|
use feature qw/say switch/;
|
||||||
|
|
||||||
|
no if $] >= 5.017011, warnings => 'experimental';
|
||||||
|
|
||||||
require LWP::UserAgent; # test
|
require LWP::UserAgent; # test
|
||||||
my $ua = LWP::UserAgent->new; # test
|
my $ua = LWP::UserAgent->new; # test
|
||||||
$ua->timeout(10); # test
|
$ua->timeout(10); # test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user