# Note: this file was auto-generated by Module::Build::Compat version 0.3800
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Getopt::Long::DescriptivePod',
  'VERSION_FROM' => 'lib/Getopt/Long/DescriptivePod.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'English' => 0,
                   'Getopt::Long::Descriptive' => 0,
                   'Params::Validate' => 0,
                   'Perl6::Export::Attrs' => 0,
                   'Test::Differences' => 0,
                   'Test::Exception' => 0,
                   'Test::More' => 0,
                   'Test::NoWarnings' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;