Check return code for verify_xml
timlegge opened this issue · 1 comments
timlegge commented
verify_xml only returns 1 and croaks if an error occurs in any verification but it is likely a good idea to check that it returns 1 in case someone adds a return somewhere by mistake.
waterkip commented
verify_xml
should croak on failure and not emit other type of return codes tbh. We could also change it to just return.