/usr/local/CPAN/Games-SGF/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.35
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Games::SGF',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Games/SGF.pm',
          'PREREQ_PM' => {
                           'Test::More' => '0.7',
                           'Scalar::Util' => '1.14',
                           'Pod::Coverage' => '0.19',
                           'Test::Pod::Coverage' => '1.08',
                           'Data::Dumper' => '2.121',
                           'enum' => '1.016',
                           'Test::Pod' => '1.26'
                         }
        )
;