Chess-FIDE
Chess::FIDE - Perl extension for FIDE Rating List. FIDE is the
International Chess Federation that releases a list of its rated
members every month. The list contains about five hundred thousand
entries. This module is designed to parse its contents and to search
across it using perl expressions. A sample from an up-to-date FIDE
list is provided in t/data/test-list-2.txt, while the older list
sample is still available in t/data/test-list.txt
Since version 1.20, a sample utility 'fidesearch'
(installs to /usr/local/bin) is provided as well.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Chess::FIDE
/usr/local/bin/fidesearch --help will provide information about
the fidesearch script.
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Chess-FIDE
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Chess-FIDE
CPAN Ratings
http://cpanratings.perl.org/d/Chess-FIDE
Search CPAN
http://search.cpan.org/dist/Chess-FIDE/
LICENSE AND COPYRIGHT
Copyright (C) 2011-2015 Roman M. Parparov <
[email protected]>
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See
http://dev.perl.org/licenses/ for more information.