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
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'ExtUtils::ModuleMaker::TT',
          'EXE_FILES' => [
                           'scripts/makeperlmod'
                         ],
          'VERSION_FROM' => 'lib/ExtUtils/ModuleMaker/TT.pm',
          'PREREQ_PM' => {
                           'Getopt::Long' => 0,
                           'File::Copy' => 0,
                           'File::pushd' => '0.32',
                           'Data::Dumper' => 0,
                           'Config::Find' => '0.22',
                           'Template' => '2.14',
                           'Test::More' => '0.45',
                           'Probe::Perl' => '0.01',
                           'ExtUtils::ModuleMaker' => '0.46',
                           'Config::General' => '2.29',
                           'Path::Class' => '0.15',
                           'IPC::Run3' => '0.033'
                         }
        )
;