X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=84adbbe2b52b6eff09a7fa669aa2175f5675fe56;hb=e0c1f098b3fe1c18499c776cdb1bec7a2fc31b35;hp=58478e2d6337c544a74e5b6a3bc977f2e82ad7f0;hpb=51c8325b5e4c5b68d3f823df3f0f04d9f05ed6d9;p=scpubgit%2FTak.git diff --git a/Makefile.PL b/Makefile.PL index 58478e2..84adbbe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ WriteMakefile( PREREQ_PM => { 'Moo' => '0.009012', 'Net::OpenSSH' => '0.52', - 'Log::Contextual' => '0.00304', + 'Log::Contextual' => '0.004', 'JSON::PP' => '2.27104', 'Capture::Tiny' => '0.11', 'warnings::illegalproto' => 0, @@ -18,7 +18,15 @@ WriteMakefile( 'Eval::WithLexicals' => '1.001000', 'IPC::System::Simple' => '1.21', 'Config::Settings' => '0.02', + 'IO::All' => '0.44', }, LICENSE => 'perl', - EXE_FILES => [ 'bin/tak' ], + EXE_FILES => [ 'bin/tak', 'bin/tak-stdio-node' ], + META_MERGE => { + 'no_index' => { file => [ 'lib/Tak/STDIONode.pm' ] }, + resources => { + license => 'http://dev.perl.org/licenses/', + repository => 'git://git.shadowcat.co.uk/scpubgit/Tak.git', + }, + } );