remove warn message
This commit is contained in:
parent
dbf8d36e7a
commit
3e29952f6d
|
@ -142,6 +142,7 @@ sub get_endpoint {
|
|||
|
||||
my $xml_result;
|
||||
eval {
|
||||
$SIG{__WARN__} = sub {};
|
||||
$xml_result = XMLin($content, ForceArray => $options{force_array}, KeyAttr => []);
|
||||
};
|
||||
if ($@) {
|
||||
|
|
Loading…
Reference in New Issue