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.30
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Padre::Plugin::InstallPARDist',
          'VERSION_FROM' => 'lib/Padre/Plugin/InstallPARDist.pm',
          'PREREQ_PM' => {
                           'Carp' => '0',
                           'Cwd' => '0',
                           'Data::Dumper' => '0',
                           'ExtUtils::InferConfig' => '1.03',
                           'ExtUtils::InstallPAR' => '0.03',
                           'LWP::Simple' => '0',
                           'Padre' => '0.12',
                           'Test::More' => '0.47'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;