/usr/local/CPAN/DateTime-Format-Human-Duration/Makefile.PL
use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'DateTime::Format::Human::Duration',
AUTHOR => 'Daniel Muey <http://drmuey.com/cpan_contact.pl>',
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,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'DateTime-Format-Human-Duration-*' },
);