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.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Module::DevAid',
          'EXE_FILES' => [
                           'scripts/moddevaid'
                         ],
          'VERSION_FROM' => 'lib/Module/DevAid.pm',
          'PREREQ_PM' => {
                           'Getopt::Long' => '2.34',
                           'Pod::Usage' => 0,
                           'IO::String' => 0,
                           'Pod::Text' => 0,
                           'Getopt::ArgvFile' => '1.1',
                           'Data::Dumper' => 0,
                           'Test::More' => 0,
                           'File::Basename' => 0,
                           'Pod::Select' => 0
                         }
        )
;