Revision history for Games-TicTacToe

0.08    Tue Apr 07 12:20:00 2015
        - Updated Makefile.PL script to install the game script alongwith the package.
        - Updated pod document about the same.
        - Changed the flow of game slightly to be more effective.

0.07    Tue Jan 13 12:30:00 2015
        - Updated Makefile.PL to generate the key 'provides' for META file correctly.
        - Added unit test to test META files.
        - Added LICENSE file.
        - Added missing line 'use strict; use warnings;' to the package Games::TicTacToe::Move.
        - Updated Copyright year information.
        - Tidied up unit test in general.

0.06    Sat Dec 13 00:05:18 2014
        - Re-structured the code using 'Moo' i.e. downgraded from 'Mouse'.
        - Updated awkward game mode.
        - Added package Games::TicTacToe::Params to support common data types.
        - Deleted Build.PL file.
        - Deleted SIGNATURE file.

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.