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