The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Games::Backgammon.

0.01  Thu Feb  5 
	- original version; created by h2xs 1.22 with options
		-b5.6.1 -XA Games::Backgammon
        - implemented only a rudimentary possibility to initialize a position

0.02  Fri Feb 6
        - fixed position settings to forbid that both players are at the bar while closed boards

0.03  Fri Feb 6
        - use now the routines of gnubg instead of own written
        - more than 15 checkers are forbidden now!
        - changed license to GPL

0.04  Tue Feb 11
        - function position_id from gnubg used
        - internal rewritten of the inlined c code in a more object oriented way

0.05  Tue Feb 11
        - removed assert commands from the c code part,
          as there had been problems with some perl/gcc versions
        - changed including of header files, so that <assert.h> is included before <perl.h>
          (import that assert.h doesn't overwrite Perl's assert in older gcc's)
        - removed own defined macros

0.06  Tue Feb 11
        - tried to add as many possibilities to explain all different gcc versions
          that assert.h is already included :-)