ur project. For example, to build in the "dev" context,
there must be a F<dev.yml> file (or F<dev.json> or some other format supported
by L<Config::Any>) in the F<conf/> or F<etc/> directory of your p
ill be used.
=head3 test_env
./Build db --test_env CATALYST_DEBUG=0 CATALYST_CONFIG=conf/test.json
Optional hash reference of environment variables to set for the lifetime of
C<./Build test>. Thi
module_name => 'MyApp',
db_config_key => 'dbi',
replace_config => 'conf/dev.json',
)->create_build_script;
Set to a string or regular expression (using C<qr//>) and, the C<mod