Revision history for Games-SGF
0.01 3/18/2008
First version, released on an unsuspecting world.
0.02 3/19/2008
Added t/copy.t and fixed some bugs which it exposed
Removed t/boilerplate.t
Added t/addon.t and fixed some bugs which it exposed
0.03 3/19/2008
Added t/sgf_test.pl For common test subs
Rewrote t/copy.t and t/addon.t in order to use t/sgf_test.pl
Fixed bug in _isSpaceRemovable, where it did not give $self
to _getTagType
Fixed handling of spaces in _read
Removed random _debug statements
Added Games::SGF::Go
Moved $errstr and $DEBUG to be encapsulated as {'errstr'} and {'debug'}
3/20/2008
Added t/go_test.t and t/sgf/go-1.sgf which it uses
Added err method to SGF.pm
3/21/2008
FIXED empty tag handling.
UPDATED the docs for the callbacks
3/22/2008
Added Pass move handling to Go.pm
0.04
3/27/2008
Changed enum requirement 1.016
Rewrote test scripts in order to deep test structures better
Added t/text.t for testing SIMPLE_TEXT and TEXT types
Fixed SIMPLE_TEXT and TEXT type handling
Fixed sgf_test.pl undef warnings
0.05
3/29/08
Stubbed LoA and Twixt subclass modules
Writing Module::Build script
Added isMove, Move type subs for SGF.pm and Go.pm
Restructured _typeFunc's
Modified tests to have better coverage over code
Removed from setProperty tag check on compose _tagCheck handles it
3/30/08
Integrated isType, and type(move|point|stone) methods
Added edit.t test (removal and split methods)
Fixed Bugs when during test writing
3/31/08
Added inherit.t
Fixed some bugs related to inherited tags
Added example/sgf_plit.pl