use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'IPC::Concurrency', AUTHOR => 'Pawel bbkr Pabian ', VERSION_FROM => 'lib/IPC/Concurrency.pm', ABSTRACT_FROM => 'lib/IPC/Concurrency.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, 'IPC::ShareLite' => 0.13, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'IPC-Concurrency-*' }, );