You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading 00whois.xml, there can be cpanid elements containing
duplicate id element values. This can happen when there is both a list
and author entry for the same name. In these cases, the author entry is
extraneous.
Rather than relying on XML::Simple's built in array to hash
transformation (using id values), do the work ourselves so we can handle
the duplicate id entries. Also configure XML::Simple to be more strict
about how it parses.
0 commit comments