NAME

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

VERSION

Version 0.04

SYNOPSIS

	# 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";

METHOD

init

init, create $self->{armory}

search_player

Get informations for a given character.

Return the following informations:

characterName / raceLabel / classLabel / level / lhk / rank

AUTHOR

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

BUGS

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 & LICENSE

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.