fix up dist generation
Matt S Trout [Tue, 15 Nov 2011 01:17:28 +0000 (01:17 +0000)]
Makefile.PL
maint/Makefile.PL.include

index f050a99..b7eedd6 100644 (file)
@@ -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' ] },
+  }
 );
index 831fcc3..71e2eaf 100644 (file)
@@ -5,6 +5,8 @@ use IO::All;
 
 author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
 
+manifest_include bin => qr/[^.].*/;
+
 # rebuild the fatpacked lib/Tak/STDIONode.pm
 system("maint/mk-fat");