remove warn message

This commit is contained in:
garnier-quentin 2020-09-29 11:16:51 +02:00
parent dbf8d36e7a
commit 3e29952f6d
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ sub get_endpoint {
my $xml_result;
eval {
$SIG{__WARN__} = sub {};
$xml_result = XMLin($content, ForceArray => $options{force_array}, KeyAttr => []);
};
if ($@) {