use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Object::Capsule', AUTHOR => 'Ricardo Signes ', VERSION_FROM => 'lib/Object/Capsule.pm', ABSTRACT_FROM => 'lib/Object/Capsule.pm', LICENSE => 'perl', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Object-Capsule-*' }, );