Chess/PGN/Moves version 0.01 ============================ Chess::PGN::Moves - Perl extension for tabular data in support of Chess::PGN::EPD Tables: %King_Moves %Queen_Moves %Rook_Moves %Bishop_Moves %Knight_Moves %from_algebraic %move_table These tables describe all of the possible moves for a given piece. The hash %from_algebraic provides quick translation from algebraic square notation to a more useful numeric index. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES None. Although useless without some other file such as Chess::PGN::EPD or the like. COPYRIGHT AND LICENCE Put the correct copyright and licence information here. Copyright (C) 2002 Hugh S. Myers This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.