
Weewar::HQ - your weewar "headquarters"

my $hq = Weewar::HQ->new({ user => 'username',
key => 'api key',
});
my @games = $hq->games; # my games
my @need_me = $hq->in_need_of_attention; # games that need my attention

Create a new instance and populate it from the Weewar web service. user and key are required.
Returns a list of Weewar::Games that are in your headquarters.
Returns a list of <Weewar::Game>s that need your attention.

See Weewar for more information.