use ExtUtils::MakeMaker; WriteMakefile( NAME => 'IPC::Run3', VERSION_FROM => 'lib/IPC/Run3.pm', ABSTRACT_FROM => 'lib/IPC/Run3.pm', AUTHOR => 'Barrie Slaymaker ', (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'open_source') : ()), EXE_FILES => [], PREREQ_PM => { 'Test::More' => '0.31', 'Time::HiRes' => 0, ($^O =~ /Win32/ ? (Win32 => 0) : ()) }, META_MERGE => { resources => { repository => 'http://github.com/rjbs/ipc-run3/', }, no_index => { dir => [ qw(lib/IPC/Run3) ], file => [ qw(bin/run3profpp) ], }, }, clean => { FILES => [ "t/test.txt", "t/utf8.txt" ] }, );