remove warn message

This commit is contained in:
garnier-quentin 2020-09-29 11:16:51 +02:00
parent cb53db999c
commit 26cf08f3d3

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 ($@) {