add Exporter/Declare.pm to fatpack prereqs
[scpubgit/Tak.git] / Makefile.PL
index f050a99..870c322 100644 (file)
@@ -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', 'bin/tak/stdio-node' ],
+  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',
+     },
+  }
 );