The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.152 - 2016-11-15

  • A number of methods are now deprecated. For example, keeping track of BYE players and calculating player statistics are now handled by the Tournament object instead of the Player. The deprecation is managed by options to the 'use' directives. Specifically, in order to actually deprecate the methods (which should result in more robust code), you must add a 'deprecate => <level>' option to the 'use' line. See perldoc Games::Go::AGA::DataObjects for details.

Modules

a library of DataObjects for American Go Association (AGA) files
model directives information from an AGA register.tde file
models AGA register.tde file information
model a round of an AGA tournament
models AGA register.tde file information
library of types and constraints for Games::Go::AGA