build fatpacked world on the fly
[scpubgit/Tak.git] / lib / Tak / WorldHandle.pm
index 87877ab..8a2a187 100644 (file)
@@ -36,7 +36,7 @@ sub _build_router {
 
   my ($stdin, $stdout) = $self->connection->open2('perl -');
 
-  $stdin->print(io('takd')->all, "__END__\n");
+  $stdin->print(io('maint/mk-fat |')->all, "__END__\n");
 
   my $channel = Tak::JSONChannel->new(
     read_fh => $stdout, write_fh => $stdin