On some of my smokers the test suite fails:
# Failed test 'No XXE SSRF vulnerability in our XML handling'
# at t/14_serializer/04_request_xml.t line 134.
# got: '4'
# expected: '1'
# access_line: Accessed at Sat Oct 3 08:29:36 2020
# access_line: Accessed at Sat Oct 3 08:29:36 2020
# access_line: Accessed at Sat Oct 3 08:29:36 2020
# access_line: Accessed at Sat Oct 3 08:29:36 2020
# Looks like you failed 1 test of 11.
t/14_serializer/04_request_xml.t ....................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/11 subtests
No statistical analysis result available. Problem is that there are is lot of optional stuff involved here (XML::Simple, probably XML::Parser, XML::SAX, XML::LibXML, additionally to system libraries like expat and libxml2, also XML::SAX's ParserDetails.ini contents may matter), and there is no information about used modules and the installed versions.