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

0.04  2004-01-13 23:07:49
	- board is now stored as an arrayref of arrayrefs
	- private methods collected, documented, and made more sensible
	- skip_i property added
	- sgf output refined; 'i' is always a valid axis value in sgf
	- added (probably excessive) integrity check in private.t
0.03  2003-12-05 16:47:10
    - rewrote hoshi calculation
	- enabled arbitrary (integer, 4 < n < 27) board sizes
0.02  2003-12-04 18:31:06
    - fixed documentation bug 1722 (method is "move" not "play")
	- reorganized files
0.01  2002-01-11 11:50:01
	- original version; created by h2xs 1.21 with options
		-XA -n Games::Goban