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

WriteMakefile(
	'NAME'         => 'Games::Goban',
	'VERSION_FROM' => 'lib/Games/Goban.pm', # finds $VERSION
  LICENSE        => 'perl',
	'PREREQ_PM'    => { 'Games::Board::Grid' => 1.003 },
	'PREREQ_PRINT' => 1
);