Subject: | croak in get_arena_teams when only one team member |
Error: 'Can't use string ("7") as a HASH ref while "strict refs" in use
at cpan/lib/Games/WoW/Armory.pm line 394.'
Similar to rt#30329, the hash ( $$team{members}{character} ) is
improperly formed when the team consists of only one member.
Instead of it having multiple hashes keyed on the member name, the
entire member's data is in the root {members}{character} hash. Thus
the subsequent attempts to dereference fail.