
Games::WoW::PVP - (DEPRECATED) fetch informations about pvp grades for world of warcraft

Version 0.04

# please use Games::WoW::Armory
use Games::WoW::PVP;
my $WoW = Games::WoW::PVP->new();
# looking for a character
my $character = $WoW->search_player(
{ country => 'EU', # EU europe US us
realm => 'conseil des ombres',
character => 'raspa',
}
);
print $$character{characterName}."\n";
init, create $self->{armory}
Get informations for a given character.
Return the following informations:
characterName / raceLabel / classLabel / level / lhk / rank

Franck Cuny, <franck.cuny at gmail.com>

Please report any bugs or feature requests to bug-games-wow-pvp at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-WoW-PVP. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

Copyright 2006-2007 Franck Cuny, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.