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.4212
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'DateTime::Format::Natural',
  'VERSION_FROM' => 'lib/DateTime/Format/Natural.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'Clone' => 0,
                   'Cwd' => 0,
                   'DateTime' => 0,
                   'DateTime::TimeZone' => 0,
                   'Exporter' => 0,
                   'File::Find' => 0,
                   'File::Spec' => 0,
                   'FindBin' => 0,
                   'Getopt::Long' => 0,
                   'List::MoreUtils' => 0,
                   'Module::Util' => 0,
                   'Params::Validate' => 0,
                   'Scalar::Util' => 0,
                   'Storable' => 0,
                   'Term::ReadLine' => 0,
                   'Test::MockTime' => 0,
                   'Test::More' => 0,
                   'boolean' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'scripts/dateparse'
                 ],
  'PL_FILES' => {}
)
;