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


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'DISTNAME' => 'Games-Bingo',
          'VERSION_FROM' => 'lib/Games/Bingo.pm',
          'PREREQ_PM' => {
                           'Carp' => '0',
                           'Data::Dumper' => '0',
                           'POSIX' => '0',
                           'Test::Harness' => '0',
                           'Test::More' => '0',
                           'Test::Pod' => '0.95',
                           'UNIVERSAL' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/bingo.pl'
                         ],
          'PL_FILES' => {}
        )
;