# Note: this file has been initially created by Make::Build::Convert 0.20_01 use strict; use warnings; use Module::Build; my $build = Module::Build->new ( module_name => 'DateTime::Format::Natural', dist_author => 'Steven Schubiger ', dist_version_from => 'lib/DateTime/Format/Natural.pm', requires => { 'boolean' => 0, 'Date::Calc' => 0, 'DateTime' => 0, 'List::MoreUtils' => 0, 'Params::Validate' => 0, 'Term::ReadLine' => 0, }, build_requires => { 'Test::MockTime' => 0, 'Test::More' => 0, }, recommends => { 'Test::Pod' => '1.14', 'Test::Pod::Coverage' => '1.04', }, script_files => [ 'scripts/dateparse' ], license => 'perl', create_readme => 1, create_makefile_pl => 'traditional', ); $build->create_build_script;