NAME
WWW::DaysOfWonder::Memoir44::Types - various types used in the distribution
VERSION
version 3.000
DESCRIPTION
This module defines and exports the types used by other modules of the distribution.
The exported types are:
- Board - the scenario board. Can be one of
beach
,country
,winter
ordesert
. - Format - the scenario format. Can be one of
standard
,brkthru
oroverlord
. - Int_0_3 - an integer with value 0, 1, 2 or 3.
- Source - the scenario source. Can be one of
game
(shipped with the board game itself),classified
(printed by days of wonders),approved
(officially approved by days of wonder) andpublic
(provided by other users).
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.