The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Games-TicTacToe

0.05    Tue Aug 09 13:15:11 2011
        - Made Readonly v1.03 as minimum requirement.
        - Prepared the distribution using the Module::Signature v0.68.

0.04    Fri Aug 05 14:25:26 2011
        - Improves the computer move.
        - Slight change to the TicTacToe player script.

0.03    Thu Aug 04 15:38:00 2011
        - Initial board with index number 1-9.
        - Prompt user the remaining available indexes.

0.02    Fri Jul 29 11:02:02 2011
        - Fixed the issue with method renaming getCellIndex() to getCell().
        - Also renamed the script player.pl to tictactoe.pl

0.01    Thu Jul 28 10:00:00 2011
        - First version, released.