The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Games::WoW::Armory - Access to the WoW Armory

VERSION

version

SYNOPSIS

    use Games::WoW::Armory;

        methods
  

DESCRIPTION

desc

fetch_data fetch the data for the url store the result in $self->{data}

search_character search a character required params : realm | character | country realm : name of the realm character : name of a character country : name of the country (EU|US) The character information are in $self->character (name, race, guild, etc) The character reputations are in $self->reputation The character skills are in $self->skill More character informations are in $self->characterinfo

search_guild search a guild required params : realm | guild | country realm : name of the realm guild : name of the guild country : name of the country (EU|US) Guild members are in $self->members

BUGS AND LIMITATIONS

Please report any bugs or feature requests to bug-games-wow-armory@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHOR

franck cuny <franck.cuny@gmail.com>

LICENCE AND COPYRIGHT

Copyright (c) 2007, franck cuny <franck.cuny@gmail.com>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.