use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'DateTime::Format::Human::Duration', AUTHOR => 'Daniel Muey ', VERSION_FROM => 'lib/DateTime/Format/Human/Duration.pm', ABSTRACT_FROM => 'lib/DateTime/Format/Human/Duration.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, 'version' => 0, }, META_MERGE => { resources => { repository => 'https://github.com/mstratman/DateTime-Format-Human-Duration', }, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'DateTime-Format-Human-Duration-*' }, );