X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b7eedd6997fb18dedfffdc7b40628416f8c881ff;hb=8a017e9365eb089b3877c98e207389eb04c10790;hp=f050a9982f680e758a31f24e9e6abef312a1e21b;hpb=3f28f492d82ced72c8d41027e2ab19ee008004e8;p=scpubgit%2FTak.git diff --git a/Makefile.PL b/Makefile.PL index f050a99..b7eedd6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,11 @@ WriteMakefile( 'Eval::WithLexicals' => '1.001000', 'IPC::System::Simple' => '1.21', 'Config::Settings' => '0.02', + 'IO::All' => '0.44', }, LICENSE => 'perl', - EXE_FILES => [ 'bin/tak', 'bin/tak/stdio-node' ], + EXE_FILES => [ 'bin/tak', 'bin/tak-stdio-node' ], + META_MERGE => { + 'no_index' => { file => [ 'lib/Tak/STDIONode.pm' ] }, + } );