# This should have just enough arguments to be able to bootstrap the rest. my $build = Module::Build->resume ( properties => { config_dir => '_build', orig_dir => $orig_dir, }, ); $build->dispatch;