Chess-Rep

A module to represent chess positions and more:

This module is used in our online chess game at http://chess.dynarch.com/en.html Come and play, it's all free. ;-)

See the POD for proper documentation.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc Chess::Rep

You can also look for information at:

Search CPAN

http://search.cpan.org/dist/Chess-Rep

CPAN Request Tracker:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Chess-Rep

AnnoCPAN, annotated CPAN documentation:

http://annocpan.org/dist/Chess-Rep

CPAN Ratings:

http://cpanratings.perl.org/d/Chess-Rep

COPYRIGHT AND LICENCE

Copyright (C) 2008 Mihai Bazon

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