# Note: this file was auto-generated by Module::Build::Compat version 0.32
WriteMakefile
(
'INSTALLDIRS' => 'site',
'NAME' => 'Games::Tournament::Swiss',
'EXE_FILES' => [
'script_files/crosstable',
'script_files/pair',
'script_files/pairingtable',
'script_files/pairstately',
'script_files/pairtable2yaml',
'script_files/pairyaml2txt'
],
'VERSION_FROM' => 'lib/Games/Tournament/Swiss.pm',
'PREREQ_PM' => {
'Test::More' => 0,
'Test::Base' => 0,
'IO::All' => 0,
'YAML' => 0,
'List::MoreUtils' => 0,
'Parse::RecDescent' => 0
}
)
;