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.4218
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'Test::Differences' => 0,
                   'Test::More' => 0,
                   'Params::Validate' => 0,
                   'Getopt::Long::Descriptive' => 0,
                   'Test::Exception' => 0,
                   'Test::NoWarnings' => 0,
                   'Sub::Exporter' => 0,
                   'English' => 0
                 },
  'PL_FILES' => {},
  'NAME' => 'Getopt::Long::DescriptivePod',
  'VERSION_FROM' => 'lib/Getopt/Long/DescriptivePod.pm',
  'EXE_FILES' => [],
  'INSTALLDIRS' => 'site'
)
;