/usr/local/CPAN/Games-Perlwar/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'Games::Perlwar',
'VERSION_FROM' => 'lib/Games/Perlwar.pm',
'PREREQ_PM' => {
'Carp' => '0',
'Class::Std' => '0',
'Cwd' => '0',
'File::Copy' => '0',
'IO::File' => '0',
'IO::Prompt' => '0',
'Safe' => '0',
'XML::LibXML' => '0',
'XML::Simple' => '0',
'XML::Writer' => '0'
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'scripts/perlwar',
'scripts/pwcreate',
'scripts/pwround',
'scripts/pwupload'
],
'PL_FILES' => {}
)
;