ChessKit

In this package,an eg directory is included .
The programs in eg serve as tests and/or demonstration
and are described in the module doc ChessKit.pm

One bug in the routines chessmovecnt is knownat present time:
the castling is not taken under consideration.
 It will be fixed later in the next version.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


Alternatively, to install with Module::Build, you can use the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


COPYRIGHT AND LICENCE

Copyright (C) 2005 Charles Minc

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