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' => 'Perl::Install',
          'EXE_FILES' => [
                           'script/install_cpan_modules.pl',
                           'script/install_perl.pl'
                         ],
          'VERSION_FROM' => 'lib/Perl/Install.pm',
          'PREREQ_PM' => {
                           'Getopt::Long' => '1.00',
                           'Pod::Usage' => '0.05',
                           'File::Path' => '0.01',
                           'File::Spec::Functions' => '0.01',
                           'Cwd' => '0.01'
                         }
        )
;