The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'DISTNAME' => 'Games-Bingo-Print',
          'VERSION_FROM' => 'lib/Games/Bingo/Print.pm',
          'PREREQ_PM' => {
                           'Data::Dumper' => '0',
                           'Games::Bingo' => '0.09',
                           'Getopt::Long' => '0',
                           'PDFLib' => '0.12',
                           'POSIX' => '0',
                           'Test::Harness' => '0',
                           'Test::More' => '0',
                           'Test::Pod' => '0.95'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/bingo_print.pl'
                         ],
          'PL_FILES' => {}
        )
;