use strict; use ExtUtils::MakeMaker; eval 'use ExtUtils::MakeMaker::Coverage'; WriteMakefile( NAME => 'File::Read', LICENSE => 'perl', AUTHOR => 'Sébastien Aperghis-Tramoni ', VERSION_FROM => 'lib/File/Read.pm', ABSTRACT_FROM => 'lib/File/Read.pm', PL_FILES => {}, PREREQ_PM => { 'File::Slurp' => 0, 'Test::More' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'File-Read-*' }, );