first indexed release to cpan

This commit is contained in:
Oliver Gorwits
2013-01-06 02:01:06 +00:00
parent b5f1ed7dbf
commit bfa65fc164
6 changed files with 13 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ use Role::Tiny::With;
my $mce = MCE->new(
spawn_delay => 0.15,
job_delay => 0.15,
tmp_dir => $tmp_dir;
tmp_dir => $tmp_dir,
user_func => sub { $_[0]->worker_body },
on_post_exit => \&restart_worker,
user_tasks => build_tasks_list(),