NAME
Bot::BasicBot::Pluggable::Module::WoWPVP - Fetch information about pvp grades for World Of Warcraft
VERSION
Version 0.01
SYNOPSIS
Quick summary of what the module does.
Perhaps a little code snippet.
use Bot::BasicBot::Pluggable::Module::WoWPVP;
my $foo = Bot::BasicBot::Pluggable::Module::WoWPVP->new();
...
will display the information like this:
Adygma <Cercle De L Anneau Rond> # Night Elf Priestlevel 60 # Position 44 (Grade 10 Lieutenant Commander)
HK/DK 14564/37 rating 40470 (Progression 89%)
FUNCTIONS
init
AUTHOR
Franck CUNY, <franck at breizhdev.net>
BUGS
Please report any bugs or feature requests to bug-bot-basicbot-pluggable-module-wowpvp at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Bot-BasicBot-Pluggable-Module-WoWPVP. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Bot::BasicBot::Pluggable::Module::WoWPVP
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Bot-BasicBot-Pluggable-Module-WoWPVP
CPAN Ratings
http://cpanratings.perl.org/d/Bot-BasicBot-Pluggable-Module-WoWPVP
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Bot-BasicBot-Pluggable-Module-WoWPVP
Search CPAN
http://search.cpan.org/dist/Bot-BasicBot-Pluggable-Module-WoWPVP
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2006 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.